#8F8AC9

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

Shades of Blue Bell #8F8AC9

Tints of Blue Bell #8F8AC9

Color information

#8F8AC9 (or 0x8F8AC9) is unknown color: approx Blue Bell. HEX triplet: 8F, 8A and C9. RGB value is (143,138,201). Sum of RGB (Red+Green+Blue) = 143+138+201=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #8F8AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8AC9 is #707536. Grayscale: #929292. Windows color (decimal): -7370039 or 13208207. OLE color: 13208207.

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

Color convert

RGB143138201-
CMYK0.290.3100.21
HSL244.76º36.84%66.47%-
HSV(B)244.76º31.34%78.82%-
XYZ30.9628.2359.08-
YUV146.68158.66125.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.67%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 201 (78.91% from 255) = 41.70%
R=29.67%
G=28.63%
B=41.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431382010.290.3100.21244.7636.8466.47
Hex8F8AC91D1F015f52542
Octal217212311353702536545102
Binary1000111110001010110010011110111111010101111101011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,138,201); }

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

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

 a { background-color: rgb(143,138,201); }

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

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

 span { border-color: rgb(143,138,201); }

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