#8F82D4

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

Shades of Moody Blue #8F82D4

Tints of Moody Blue #8F82D4

Color information

#8F82D4 (or 0x8F82D4) is unknown color: approx Moody Blue. HEX triplet: 8F, 82 and D4. RGB value is (143,130,212). Sum of RGB (Red+Green+Blue) = 143+130+212=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #8F82D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F82D4 is #707D2B. Grayscale: #8E8E8E. Windows color (decimal): -7372076 or 13927055. OLE color: 13927055.

HSL color Cylindrical-coordinate representation of color #8F82D4: hue angle of 249.51º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F82D4 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB143130212-
CMYK0.330.3900.17
HSL249.51º48.81%67.06%-
HSV(B)249.51º38.68%83.14%-
XYZ31.1926.5665.77-
YUV143.24166.81127.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.48%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 212 (83.20% from 255) = 43.71%
R=29.48%
G=26.80%
B=43.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1431302120.330.3900.17249.5148.8167.06
Hex8F82D42127011fa3143
Octal217202324414702137261103
Binary100011111000001011010100100001100111010001111110101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F82D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F82D4; }

 p { color: rgb(143,130,212); }

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

<style>
 a { background-color: #8F82D4; }

 a { background-color: rgb(143,130,212); }

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

<style>
 span { border-color: #8F82D4; }

 span { border-color: rgb(143,130,212); }

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