#8F90CA

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

Shades of Blue Bell #8F90CA

Tints of Blue Bell #8F90CA

Color information

#8F90CA (or 0x8F90CA) is unknown color: approx Blue Bell. HEX triplet: 8F, 90 and CA. RGB value is (143,144,202). Sum of RGB (Red+Green+Blue) = 143+144+202=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F90CA is #706F35. Grayscale: #969696. Windows color (decimal): -7368502 or 13275279. OLE color: 13275279.

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

Color convert

RGB143144202-
CMYK0.290.2900.21
HSL238.98º35.76%67.65%-
HSV(B)238.98º29.21%79.22%-
XYZ31.9630.0559.99-
YUV150.31157.17122.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.24%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=29.24%
G=29.45%
B=41.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431442020.290.2900.21238.9835.7667.65
Hex8F90CA1D1D015ef2444
Octal217220312353502535744104
Binary1000111110010000110010101110111101010101111011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F90CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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