Html Css Color HEX #989BD8 Blue Bell

📋 copy color: '#989BD8'

red 152 ◦ green 155 ◦ blue 216

#989BD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #989BD8

Tints of Blue Bell #989BD8

RGB

 RED value IS 152 (59.77% from 255) = 29.06%

 GREEN value IS 155 (60.94% from 255) = 29.64%

 BLUE value IS 216 (84.77% from 255) = 41.3%

R = 29.06%
G = 29.64%
B = 41.3%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#989BD8 (or 0x989BD8) is known color: Blue Bell. HEX triplet: 98, 9B and D8. RGB value is (152,155,216). Sum of RGB (Red+Green+Blue) = 152+155+216=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #989BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BD8 is #676427. Grayscale: #A0A0A0. Windows color (decimal): -6775848 or 14195608. OLE color: 14195608.

HSL color Cylindrical-coordinate representation of color #989BD8: hue angle of 237.19º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #989BD8 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 155 216 -
CMYK 0.30 0.28 0 0.15
HSL 237.19º 0.45% 0.72% -
HSV(B) 237.19º 0.3% 0.85% -
XYZ 37.06 35.08 69.78 -
YUV 161.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 152 155 216 0.30 0.28 0 0.15 237.19 0.45 0.72
Hex 98 9B D8 1E 1C 0 F ED 2D 48
Octal 230 233 330 36 34 0 17 355 55 110
Binary 10011000 10011011 11011000 11110 11100 0 1111 11101101 101101 1001000

Color Harmonies of #989BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BD8

Black with #989BD8

Text Example


Text Example

White with #989BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,155,216); }

 H1.HeaderClassName
 {
   color: #989BD8;
 }
 .AnyTagClassName
 {
   color: #989BD8;
 }
</style>

background-color css

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

 a { background-color: rgb(152,155,216); }

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

border-color css

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

 span { border-color: rgb(152,155,216); }

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