#989AD0

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

Shades of Blue Bell #989AD0

Tints of Blue Bell #989AD0

Color information

#989AD0 (or 0x989AD0) is unknown color: approx Blue Bell. HEX triplet: 98, 9A and D0. RGB value is (152,154,208). Sum of RGB (Red+Green+Blue) = 152+154+208=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #989AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989AD0 is #67652F. Grayscale: #9F9F9F. Windows color (decimal): -6776112 or 13671064. OLE color: 13671064.

HSL color Cylindrical-coordinate representation of color #989AD0: hue angle of 237.86º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #989AD0 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152154208-
CMYK0.270.2600.18
HSL237.86º37.33%70.59%-
HSV(B)237.86º26.92%81.57%-
XYZ35.8934.3464.41-
YUV159.56155.34122.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.57%
GREEN value IS 154 (60.55% from 255) = 29.96%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=29.57%
G=29.96%
B=40.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521542080.270.2600.18237.8637.3370.59
Hex989AD01B1A012ee2547
Octal230232320333202235645107
Binary1001100010011010110100001101111010010010111011101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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