#8B90BF

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

Shades of Blue Bell #8B90BF

Tints of Blue Bell #8B90BF

Color information

#8B90BF (or 0x8B90BF) is unknown color: approx Blue Bell. HEX triplet: 8B, 90 and BF. RGB value is (139,144,191). Sum of RGB (Red+Green+Blue) = 139+144+191=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B90BF is #746F40. Grayscale: #939393. Windows color (decimal): -7630657 or 12554379. OLE color: 12554379.

HSL color Cylindrical-coordinate representation of color #8B90BF: hue angle of 234.23º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B90BF is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139144191-
CMYK0.270.2500.25
HSL234.23º28.89%64.71%-
HSV(B)234.23º27.23%74.9%-
XYZ30.0229.253.34-
YUV147.86152.34121.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.32%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 191 (75% from 255) = 40.30%
R=29.32%
G=30.38%
B=40.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391441910.270.2500.25234.2328.8964.71
Hex8B90BF1B19019ea1d41
Octal213220277333103135235101
Binary100010111001000010111111110111100101100111101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,144,191); }

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

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

 a { background-color: rgb(139,144,191); }

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

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

 span { border-color: rgb(139,144,191); }

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