#816BCC

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

Shades of Moody Blue #816BCC

Tints of Moody Blue #816BCC

Color information

#816BCC (or 0x816BCC) is unknown color: approx Moody Blue. HEX triplet: 81, 6B and CC. RGB value is (129,107,204). Sum of RGB (Red+Green+Blue) = 129+107+204=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #816BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BCC is #7E9433. Grayscale: #7C7C7C. Windows color (decimal): -8295476 or 13396865. OLE color: 13396865.

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

Color convert

RGB129107204-
CMYK0.370.4800.2
HSL253.61º48.74%60.98%-
HSV(B)253.61º47.55%80%-
XYZ25.2119.5459.57-
YUV124.64172.79131.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.32%
GREEN value IS 107 (42.19% from 255) = 24.32%
BLUE value IS 204 (80.08% from 255) = 46.36%
R=29.32%
G=24.32%
B=46.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1291072040.370.4800.2253.6148.7460.98
Hex816BCC2530014fe313d
Octal20115331445600243766175
Binary1000000111010111100110010010111000001010011111110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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