#8A7FCB

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

Shades of Moody Blue #8A7FCB

Tints of Moody Blue #8A7FCB

Color information

#8A7FCB (or 0x8A7FCB) is unknown color: approx Moody Blue. HEX triplet: 8A, 7F and CB. RGB value is (138,127,203). Sum of RGB (Red+Green+Blue) = 138+127+203=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A7FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FCB is #758034. Grayscale: #8A8A8A. Windows color (decimal): -7700533 or 13336458. OLE color: 13336458.

HSL color Cylindrical-coordinate representation of color #8A7FCB: hue angle of 248.68º 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 #8A7FCB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138127203-
CMYK0.320.3700.20
HSL248.68º42.22%64.71%-
HSV(B)248.68º37.44%79.61%-
XYZ28.8524.8959.78-
YUV138.95164.14127.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.49%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=29.49%
G=27.14%
B=43.38%

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
Decimal1381272030.320.3700.20248.6842.2264.71
Hex8A7FCB2025014f92a41
Octal212177313404502437152101
Binary10001010111111111001011100000100101010100111110011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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