Html Css Color HEX #989DD4 Blue Bell

📋 copy color: '#989DD4'

red 152 ◦ green 157 ◦ blue 212

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

Shades of Blue Bell #989DD4

Tints of Blue Bell #989DD4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.13%

 BLUE value IS 212 (83.2% from 255) = 40.69%

R = 29.17%
G = 30.13%
B = 40.69%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#989DD4 (or 0x989DD4) is known color: Blue Bell. HEX triplet: 98, 9D and D4. RGB value is (152,157,212). Sum of RGB (Red+Green+Blue) = 152+157+212=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #989DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DD4 is #67622B. Grayscale: #A1A1A1. Windows color (decimal): -6775340 or 13933976. OLE color: 13933976.

HSL color Cylindrical-coordinate representation of color #989DD4: hue angle of 235º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #989DD4 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 157 212 -
CMYK 0.28 0.26 0 0.17
HSL 235º 0.41% 0.71% -
HSV(B) 235º 0.28% 0.83% -
XYZ 36.89 35.54 67.2 -
YUV 161.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 152 157 212 0.28 0.26 0 0.17 235 0.41 0.71
Hex 98 9D D4 1C 1A 0 11 EB 29 47
Octal 230 235 324 34 32 0 21 353 51 107
Binary 10011000 10011101 11010100 11100 11010 0 10001 11101011 101001 1000111

Color Harmonies of #989DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989DD4

Black with #989DD4

Text Example


Text Example

White with #989DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,157,212); }

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

background-color css

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

 a { background-color: rgb(152,157,212); }

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

border-color css

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

 span { border-color: rgb(152,157,212); }

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