#989ABF

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

Shades of Blue Bell #989ABF

Tints of Blue Bell #989ABF

Color information

#989ABF (or 0x989ABF) is unknown color: approx Blue Bell. HEX triplet: 98, 9A and BF. RGB value is (152,154,191). Sum of RGB (Red+Green+Blue) = 152+154+191=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #989ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ABF is #676540. Grayscale: #9D9D9D. Windows color (decimal): -6776129 or 12556952. OLE color: 12556952.

HSL color Cylindrical-coordinate representation of color #989ABF: hue angle of 236.92º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #989ABF is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152154191-
CMYK0.200.1900.25
HSL236.92º23.35%67.25%-
HSV(B)236.92º20.42%74.9%-
XYZ33.9133.5553.98-
YUV157.62146.84123.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 191 (75% from 255) = 38.43%
R=30.58%
G=30.99%
B=38.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521541910.200.1900.25236.9223.3567.25
Hex989ABF1413019ed1743
Octal230232277242303135527103
Binary100110001001101010111111101001001101100111101101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989ABF; }

 p { color: rgb(152,154,191); }

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

<style>
 a { background-color: #989ABF; }

 a { background-color: rgb(152,154,191); }

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

<style>
 span { border-color: #989ABF; }

 span { border-color: rgb(152,154,191); }

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