Html Css Color HEX #989BD9 Blue Bell

📋 copy color: '#989BD9'

red 152 ◦ green 155 ◦ blue 217

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

Shades of Blue Bell #989BD9

Tints of Blue Bell #989BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.41%

R = 29.01%
G = 29.58%
B = 41.41%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#989BD9 (or 0x989BD9) is known color: Blue Bell. HEX triplet: 98, 9B and D9. RGB value is (152,155,217). Sum of RGB (Red+Green+Blue) = 152+155+217=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #989BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BD9 is #676426. Grayscale: #A0A0A0. Windows color (decimal): -6775847 or 14261144. OLE color: 14261144.

HSL color Cylindrical-coordinate representation of color #989BD9: hue angle of 237.23º degrees, saturation: 0.46, 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 #989BD9 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 155 217 -
CMYK 0.30 0.29 0 0.15
HSL 237.23º 0.46% 0.72% -
HSV(B) 237.23º 0.3% 0.85% -
XYZ 37.19 35.13 70.47 -
YUV 161.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 152 155 217 0.30 0.29 0 0.15 237.23 0.46 0.72
Hex 98 9B D9 1E 1D 0 F ED 2E 48
Octal 230 233 331 36 35 0 17 355 56 110
Binary 10011000 10011011 11011001 11110 11101 0 1111 11101101 101110 1001000

Color Harmonies of #989BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BD9

Black with #989BD9

Text Example


Text Example

White with #989BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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