#989ECB

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

Shades of Blue Bell #989ECB

Tints of Blue Bell #989ECB

Color information

#989ECB (or 0x989ECB) is unknown color: approx Blue Bell. HEX triplet: 98, 9E and CB. RGB value is (152,158,203). Sum of RGB (Red+Green+Blue) = 152+158+203=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #989ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ECB is #676134. Grayscale: #A1A1A1. Windows color (decimal): -6775093 or 13344408. OLE color: 13344408.

HSL color Cylindrical-coordinate representation of color #989ECB: hue angle of 232.94º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #989ECB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152158203-
CMYK0.250.2200.20
HSL232.94º32.9%69.61%-
HSV(B)232.94º25.12%79.61%-
XYZ35.9635.4461.45-
YUV161.34151.51121.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.63%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=29.63%
G=30.80%
B=39.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521582030.250.2200.20232.9432.969.61
Hex989ECB1916014e92146
Octal230236313312602435141106
Binary1001100010011110110010111100110110010100111010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,158,203); }

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

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

 a { background-color: rgb(152,158,203); }

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

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

 span { border-color: rgb(152,158,203); }

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