Html Css Color HEX #816ECC Moody Blue

📋 copy color: '#816ECC'

red 129 ◦ green 110 ◦ blue 204

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

Shades of Moody Blue #816ECC

Tints of Moody Blue #816ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 29.12%
G = 24.83%
B = 46.05%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#816ECC (or 0x816ECC) is known color: Moody Blue. HEX triplet: 81, 6E and CC. RGB value is (129,110,204). Sum of RGB (Red+Green+Blue) = 129+110+204=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #816ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ECC is #7E9133. Grayscale: #7E7E7E. Windows color (decimal): -8294708 or 13397633. OLE color: 13397633.

HSL color Cylindrical-coordinate representation of color #816ECC: hue angle of 252.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #816ECC is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 110 204 -
CMYK 0.37 0.46 0 0.2
HSL 252.13º 0.48% 0.62% -
HSV(B) 252.13º 0.46% 0.8% -
XYZ 25.53 20.18 59.68 -
YUV 126.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 129 110 204 0.37 0.46 0 0.2 252.13 0.48 0.62
Hex 81 6E CC 25 2E 0 14 FC 30 3E
Octal 201 156 314 45 56 0 24 374 60 76
Binary 10000001 1101110 11001100 100101 101110 0 10100 11111100 110000 111110

Color Harmonies of #816ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816ECC

Black with #816ECC

Text Example


Text Example

White with #816ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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