#989FCD

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

Shades of Blue Bell #989FCD

Tints of Blue Bell #989FCD

Color information

#989FCD (or 0x989FCD) is unknown color: approx Blue Bell. HEX triplet: 98, 9F and CD. RGB value is (152,159,205). Sum of RGB (Red+Green+Blue) = 152+159+205=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #989FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FCD is #676032. Grayscale: #A1A1A1. Windows color (decimal): -6774835 or 13475736. OLE color: 13475736.

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

Color convert

RGB152159205-
CMYK0.260.2200.20
HSL232.08º34.64%70%-
HSV(B)232.08º25.85%80.39%-
XYZ36.3735.8862.77-
YUV162.15152.18120.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.46%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=29.46%
G=30.81%
B=39.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521592050.260.2200.20232.0834.6470
Hex989FCD1A16014e82346
Octal230237315322602435043106
Binary1001100010011111110011011101010110010100111010001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,159,205); }

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

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

 a { background-color: rgb(152,159,205); }

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

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

 span { border-color: rgb(152,159,205); }

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