#8F8CC8

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

Shades of Blue Bell #8F8CC8

Tints of Blue Bell #8F8CC8

Color information

#8F8CC8 (or 0x8F8CC8) is unknown color: approx Blue Bell. HEX triplet: 8F, 8C and C8. RGB value is (143,140,200). Sum of RGB (Red+Green+Blue) = 143+140+200=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 200 - color contains mainly: blue. Hex color #8F8CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8CC8 is #707337. Grayscale: #939393. Windows color (decimal): -7369528 or 13143183. OLE color: 13143183.

HSL color Cylindrical-coordinate representation of color #8F8CC8: hue angle of 243º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F8CC8 is Cyan = 0.28, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB143140200-
CMYK0.280.300.22
HSL243º35.29%66.67%-
HSV(B)243º30%78.43%-
XYZ31.1328.7758.56-
YUV147.74157.49124.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.61%
GREEN value IS 140 (55.08% from 255) = 28.99%
BLUE value IS 200 (78.52% from 255) = 41.41%
R=29.61%
G=28.99%
B=41.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431402000.280.300.2224335.2966.67
Hex8F8CC81C1E016f32343
Octal217214310343602636343103
Binary1000111110001100110010001110011110010110111100111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,140,200); }

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

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

 a { background-color: rgb(143,140,200); }

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

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

 span { border-color: rgb(143,140,200); }

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