Html Css Color HEX #826EBD Moody Blue

📋 copy color: '#826EBD'

red 130 ◦ green 110 ◦ blue 189

#826EBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #826EBD

Tints of Moody Blue #826EBD

RGB

 RED value IS 130 (51.17% from 255) = 30.3%

 GREEN value IS 110 (43.36% from 255) = 25.64%

 BLUE value IS 189 (74.22% from 255) = 44.06%

R = 30.3%
G = 25.64%
B = 44.06%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#826EBD (or 0x826EBD) is known color: Moody Blue. HEX triplet: 82, 6E and BD. RGB value is (130,110,189). Sum of RGB (Red+Green+Blue) = 130+110+189=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #826EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826EBD is #7D9142. Grayscale: #7C7C7C. Windows color (decimal): -8229187 or 12414594. OLE color: 12414594.

HSL color Cylindrical-coordinate representation of color #826EBD: hue angle of 255.19º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #826EBD is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 110 189 -
CMYK 0.31 0.42 0 0.26
HSL 255.19º 0.37% 0.59% -
HSV(B) 255.19º 0.42% 0.74% -
XYZ 23.97 19.57 50.66 -
YUV 124.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 130 110 189 0.31 0.42 0 0.26 255.19 0.37 0.59
Hex 82 6E BD 1F 2A 0 1A FF 25 3B
Octal 202 156 275 37 52 0 32 377 45 73
Binary 10000010 1101110 10111101 11111 101010 0 11010 11111111 100101 111011

Color Harmonies of #826EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826EBD

Black with #826EBD

Text Example


Text Example

White with #826EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826EBD; }

 p { color: rgb(130,110,189); }

 H1.HeaderClassName
 {
   color: #826EBD;
 }
 .AnyTagClassName
 {
   color: #826EBD;
 }
</style>

background-color css

<style>
 a { background-color: #826EBD; }

 a { background-color: rgb(130,110,189); }

 div.DivClassName
 {
   background-color: #826EBD;
 }
 .BgClassName
 {
   background-color: #826EBD;
 }
</style>

border-color css

<style>
 span { border-color: #826EBD; }

 span { border-color: rgb(130,110,189); }

 td.TdClassName
 {
   border-color: #826EBD;
 }
 .TagClassName
 {
   border-color: #826EBD;
 }
</style>