#817EBD

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

Shades of Moody Blue #817EBD

Tints of Moody Blue #817EBD

Color information

#817EBD (or 0x817EBD) is unknown color: approx Moody Blue. HEX triplet: 81, 7E and BD. RGB value is (129,126,189). Sum of RGB (Red+Green+Blue) = 129+126+189=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #817EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817EBD is #7E8142. Grayscale: #858585. Windows color (decimal): -8290627 or 12418689. OLE color: 12418689.

HSL color Cylindrical-coordinate representation of color #817EBD: hue angle of 242.86º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #817EBD is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129126189-
CMYK0.320.3300.26
HSL242.86º32.31%61.76%-
HSV(B)242.86º33.33%74.12%-
XYZ25.723.2651.28-
YUV134.08158.99124.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.05%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=29.05%
G=28.38%
B=42.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291261890.320.3300.26242.8632.3161.76
Hex817EBD202101Af3203e
Octal20117627540410323634076
Binary1000000111111101011110110000010000101101011110011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817EBD; }

 p { color: rgb(129,126,189); }

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

<style>
 a { background-color: #817EBD; }

 a { background-color: rgb(129,126,189); }

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

<style>
 span { border-color: #817EBD; }

 span { border-color: rgb(129,126,189); }

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