#8B7FCA

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

Shades of Moody Blue #8B7FCA

Tints of Moody Blue #8B7FCA

Color information

#8B7FCA (or 0x8B7FCA) is unknown color: approx Moody Blue. HEX triplet: 8B, 7F and CA. RGB value is (139,127,202). Sum of RGB (Red+Green+Blue) = 139+127+202=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B7FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7FCA is #748035. Grayscale: #8A8A8A. Windows color (decimal): -7634998 or 13270923. OLE color: 13270923.

HSL color Cylindrical-coordinate representation of color #8B7FCA: hue angle of 249.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B7FCA is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139127202-
CMYK0.310.3700.21
HSL249.6º41.44%64.51%-
HSV(B)249.6º37.13%79.22%-
XYZ28.924.9359.17-
YUV139.14163.48127.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.70%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=29.70%
G=27.14%
B=43.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391272020.310.3700.21249.641.4464.51
Hex8B7FCA1F25015fa2941
Octal213177312374502537251101
Binary1000101111111111100101011111100101010101111110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,127,202); }

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

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

 a { background-color: rgb(139,127,202); }

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

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

 span { border-color: rgb(139,127,202); }

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