#8F83BE

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

Shades of Moody Blue #8F83BE

Tints of Moody Blue #8F83BE

Color information

#8F83BE (or 0x8F83BE) is unknown color: approx Moody Blue. HEX triplet: 8F, 83 and BE. RGB value is (143,131,190). Sum of RGB (Red+Green+Blue) = 143+131+190=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F83BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F83BE is #707C41. Grayscale: #8D8D8D. Windows color (decimal): -7371842 or 12485519. OLE color: 12485519.

HSL color Cylindrical-coordinate representation of color #8F83BE: hue angle of 252.2º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F83BE is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143131190-
CMYK0.250.3100.25
HSL252.2º31.22%62.94%-
HSV(B)252.2º31.05%74.51%-
XYZ28.7425.7952.18-
YUV141.31155.48129.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.82%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=30.82%
G=28.23%
B=40.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431311900.250.3100.25252.231.2262.94
Hex8F83BE191F019fc1f3f
Octal21720327631370313743777
Binary10001111100000111011111011001111110110011111110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F83BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,131,190); }

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

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

 a { background-color: rgb(143,131,190); }

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

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

 span { border-color: rgb(143,131,190); }

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