#8F90CC

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

Shades of Blue Bell #8F90CC

Tints of Blue Bell #8F90CC

Color information

#8F90CC (or 0x8F90CC) is unknown color: approx Blue Bell. HEX triplet: 8F, 90 and CC. RGB value is (143,144,204). Sum of RGB (Red+Green+Blue) = 143+144+204=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F90CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F90CC is #706F33. Grayscale: #969696. Windows color (decimal): -7368500 or 13406351. OLE color: 13406351.

HSL color Cylindrical-coordinate representation of color #8F90CC: hue angle of 239.02º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F90CC is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143144204-
CMYK0.300.2900.2
HSL239.02º37.42%68.04%-
HSV(B)239.02º29.9%80%-
XYZ32.230.1561.25-
YUV150.54158.17122.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.12%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=29.12%
G=29.33%
B=41.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431442040.300.2900.2239.0237.4268.04
Hex8F90CC1E1D014ef2544
Octal217220314363502435745104
Binary1000111110010000110011001111011101010100111011111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F90CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,144,204); }

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

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

 a { background-color: rgb(143,144,204); }

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

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

 span { border-color: rgb(143,144,204); }

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