#816ECA

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

Shades of Moody Blue #816ECA

Tints of Moody Blue #816ECA

Color information

#816ECA (or 0x816ECA) is unknown color: approx Moody Blue. HEX triplet: 81, 6E and CA. RGB value is (129,110,202). Sum of RGB (Red+Green+Blue) = 129+110+202=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #816ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ECA is #7E9135. Grayscale: #7D7D7D. Windows color (decimal): -8294710 or 13266561. OLE color: 13266561.

HSL color Cylindrical-coordinate representation of color #816ECA: hue angle of 252.39º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #816ECA is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129110202-
CMYK0.360.4600.21
HSL252.39º46.46%61.18%-
HSV(B)252.39º45.54%79.22%-
XYZ25.2920.0858.42-
YUV126.17170.79130.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.25%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=29.25%
G=24.94%
B=45.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291102020.360.4600.21252.3946.4661.18
Hex816ECA242E015fc2e3d
Octal20115631244560253745675
Binary1000000111011101100101010010010111001010111111100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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