#816FCA

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

Shades of Moody Blue #816FCA

Tints of Moody Blue #816FCA

Color information

#816FCA (or 0x816FCA) is unknown color: approx Moody Blue. HEX triplet: 81, 6F and CA. RGB value is (129,111,202). Sum of RGB (Red+Green+Blue) = 129+111+202=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #816FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816FCA is #7E9035. Grayscale: #7E7E7E. Windows color (decimal): -8294454 or 13266817. OLE color: 13266817.

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

Color convert

RGB129111202-
CMYK0.360.4500.21
HSL251.87º46.19%61.37%-
HSV(B)251.87º45.05%79.22%-
XYZ25.420.358.46-
YUV126.76170.46129.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=29.19%
G=25.11%
B=45.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291112020.360.4500.21251.8746.1961.37
Hex816FCA242D015fc2e3d
Octal20115731244550253745675
Binary1000000111011111100101010010010110101010111111100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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