#8F90CE

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

Shades of Blue Bell #8F90CE

Tints of Blue Bell #8F90CE

Color information

#8F90CE (or 0x8F90CE) is unknown color: approx Blue Bell. HEX triplet: 8F, 90 and CE. RGB value is (143,144,206). Sum of RGB (Red+Green+Blue) = 143+144+206=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F90CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F90CE is #706F31. Grayscale: #969696. Windows color (decimal): -7368498 or 13537423. OLE color: 13537423.

HSL color Cylindrical-coordinate representation of color #8F90CE: hue angle of 239.05º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F90CE is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143144206-
CMYK0.310.3000.19
HSL239.05º39.13%68.43%-
HSV(B)239.05º30.58%80.78%-
XYZ32.4430.2462.52-
YUV150.77159.17122.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.01%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=29.01%
G=29.21%
B=41.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431442060.310.3000.19239.0539.1368.43
Hex8F90CE1F1E013ef2744
Octal217220316373602335747104
Binary1000111110010000110011101111111110010011111011111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F90CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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