#8F7FCE

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

Shades of Moody Blue #8F7FCE

Tints of Moody Blue #8F7FCE

Color information

#8F7FCE (or 0x8F7FCE) is unknown color: approx Moody Blue. HEX triplet: 8F, 7F and CE. RGB value is (143,127,206). Sum of RGB (Red+Green+Blue) = 143+127+206=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F7FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FCE is #708031. Grayscale: #8C8C8C. Windows color (decimal): -7372850 or 13533071. OLE color: 13533071.

HSL color Cylindrical-coordinate representation of color #8F7FCE: hue angle of 252.15º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F7FCE is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143127206-
CMYK0.310.3800.19
HSL252.15º44.63%65.29%-
HSV(B)252.15º38.35%80.78%-
XYZ30.0625.4761.73-
YUV140.79164.8129.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.04%
GREEN value IS 127 (50% from 255) = 26.68%
BLUE value IS 206 (80.86% from 255) = 43.28%
R=30.04%
G=26.68%
B=43.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431272060.310.3800.19252.1544.6365.29
Hex8F7FCE1F26013fc2d41
Octal217177316374602337455101
Binary1000111111111111100111011111100110010011111111001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,127,206); }

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

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

 a { background-color: rgb(143,127,206); }

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

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

 span { border-color: rgb(143,127,206); }

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