#816BD2

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

Shades of Moody Blue #816BD2

Tints of Moody Blue #816BD2

Color information

#816BD2 (or 0x816BD2) is unknown color: approx Moody Blue. HEX triplet: 81, 6B and D2. RGB value is (129,107,210). Sum of RGB (Red+Green+Blue) = 129+107+210=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #816BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BD2 is #7E942D. Grayscale: #7C7C7C. Windows color (decimal): -8295470 or 13790081. OLE color: 13790081.

HSL color Cylindrical-coordinate representation of color #816BD2: hue angle of 252.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #816BD2 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB129107210-
CMYK0.390.4900.18
HSL252.82º53.37%62.16%-
HSV(B)252.82º49.05%82.35%-
XYZ25.9419.8463.43-
YUV125.32175.79130.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.92%
GREEN value IS 107 (42.19% from 255) = 23.99%
BLUE value IS 210 (82.42% from 255) = 47.09%
R=28.92%
G=23.99%
B=47.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291072100.390.4900.18252.8253.3762.16
Hex816BD22731012fd353e
Octal20115332247610223756576
Binary1000000111010111101001010011111000101001011111101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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