Html Css Color HEX #816CCC Moody Blue

📋 copy color: '#816CCC'

red 129 ◦ green 108 ◦ blue 204

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

Shades of Moody Blue #816CCC

Tints of Moody Blue #816CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.49%

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

R = 29.25%
G = 24.49%
B = 46.26%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#816CCC (or 0x816CCC) is known color: Moody Blue. HEX triplet: 81, 6C and CC. RGB value is (129,108,204). Sum of RGB (Red+Green+Blue) = 129+108+204=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #816CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816CCC is #7E9333. Grayscale: #7C7C7C. Windows color (decimal): -8295220 or 13397121. OLE color: 13397121.

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

Color convert

RGB 129 108 204 -
CMYK 0.37 0.47 0 0.2
HSL 253.13º 0.48% 0.61% -
HSV(B) 253.13º 0.47% 0.8% -
XYZ 25.31 19.75 59.61 -
YUV 125.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 129 108 204 0.37 0.47 0 0.2 253.13 0.48 0.61
Hex 81 6C CC 25 2F 0 14 FD 30 3D
Octal 201 154 314 45 57 0 24 375 60 75
Binary 10000001 1101100 11001100 100101 101111 0 10100 11111101 110000 111101

Color Harmonies of #816CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816CCC

Black with #816CCC

Text Example


Text Example

White with #816CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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