#8B7FCB

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

Shades of Moody Blue #8B7FCB

Tints of Moody Blue #8B7FCB

Color information

#8B7FCB (or 0x8B7FCB) is unknown color: approx Moody Blue. HEX triplet: 8B, 7F and CB. RGB value is (139,127,203). Sum of RGB (Red+Green+Blue) = 139+127+203=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B7FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7FCB is #748034. Grayscale: #8A8A8A. Windows color (decimal): -7634997 or 13336459. OLE color: 13336459.

HSL color Cylindrical-coordinate representation of color #8B7FCB: hue angle of 249.47º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B7FCB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139127203-
CMYK0.320.3700.20
HSL249.47º42.22%64.71%-
HSV(B)249.47º37.44%79.61%-
XYZ29.0224.9859.79-
YUV139.25163.98127.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.64%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 203 (79.69% from 255) = 43.28%
R=29.64%
G=27.08%
B=43.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391272030.320.3700.20249.4742.2264.71
Hex8B7FCB2025014f92a41
Octal213177313404502437152101
Binary10001011111111111001011100000100101010100111110011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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