#816CCD

Color #816CCD Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #816CCD

Tints of Moody Blue #816CCD

Color information

#816CCD (or 0x816CCD) is unknown color: approx Moody Blue. HEX triplet: 81, 6C and CD. RGB value is (129,108,205). Sum of RGB (Red+Green+Blue) = 129+108+205=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #816CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816CCD is #7E9332. Grayscale: #7C7C7C. Windows color (decimal): -8295219 or 13462657. OLE color: 13462657.

HSL color Cylindrical-coordinate representation of color #816CCD: hue angle of 252.99º degrees, saturation: 0.49, 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 #816CCD is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129108205-
CMYK0.370.4700.20
HSL252.99º49.24%61.37%-
HSV(B)252.99º47.32%80.39%-
XYZ25.4419.860.24-
YUV125.34172.96130.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 108 (42.58% from 255) = 24.43%
BLUE value IS 205 (80.47% from 255) = 46.38%
R=29.19%
G=24.43%
B=46.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291082050.370.4700.20252.9949.2461.37
Hex816CCD252F014fd313d
Octal20115431545570243756175
Binary1000000111011001100110110010110111101010011111101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #816CCD;
 }
 .AnyTagClassName
 {
   color: #816CCD;
 }
</style>
background-color css

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

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

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

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

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

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