Html Css Color HEX #816EBD Moody Blue

📋 copy color: '#816EBD'

red 129 ◦ green 110 ◦ blue 189

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

Shades of Moody Blue #816EBD

Tints of Moody Blue #816EBD

RGB

 RED value IS 129 (50.78% from 255) = 30.14%

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

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

R = 30.14%
G = 25.7%
B = 44.16%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#816EBD (or 0x816EBD) is known color: Moody Blue. HEX triplet: 81, 6E and BD. RGB value is (129,110,189). Sum of RGB (Red+Green+Blue) = 129+110+189=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #816EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816EBD is #7E9142. Grayscale: #7C7C7C. Windows color (decimal): -8294723 or 12414593. OLE color: 12414593.

HSL color Cylindrical-coordinate representation of color #816EBD: hue angle of 254.43º 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 #816EBD is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 110 189 -
CMYK 0.32 0.42 0 0.26
HSL 254.43º 0.37% 0.59% -
HSV(B) 254.43º 0.42% 0.74% -
XYZ 23.81 19.49 50.65 -
YUV 124.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 129 110 189 0.32 0.42 0 0.26 254.43 0.37 0.59
Hex 81 6E BD 20 2A 0 1A FE 25 3B
Octal 201 156 275 40 52 0 32 376 45 73
Binary 10000001 1101110 10111101 100000 101010 0 11010 11111110 100101 111011

Color Harmonies of #816EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816EBD

Black with #816EBD

Text Example


Text Example

White with #816EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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