Html Css Color HEX #989DD0 Blue Bell

📋 copy color: '#989DD0'

red 152 ◦ green 157 ◦ blue 208

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

Shades of Blue Bell #989DD0

Tints of Blue Bell #989DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.23%

R = 29.4%
G = 30.37%
B = 40.23%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#989DD0 (or 0x989DD0) is known color: Blue Bell. HEX triplet: 98, 9D and D0. RGB value is (152,157,208). Sum of RGB (Red+Green+Blue) = 152+157+208=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #989DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DD0 is #67622F. Grayscale: #A1A1A1. Windows color (decimal): -6775344 or 13671832. OLE color: 13671832.

HSL color Cylindrical-coordinate representation of color #989DD0: hue angle of 234.64º 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 #989DD0 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 157 208 -
CMYK 0.27 0.25 0 0.18
HSL 234.64º 0.37% 0.71% -
HSV(B) 234.64º 0.27% 0.82% -
XYZ 36.39 35.34 64.58 -
YUV 161.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 152 157 208 0.27 0.25 0 0.18 234.64 0.37 0.71
Hex 98 9D D0 1B 19 0 12 EB 25 47
Octal 230 235 320 33 31 0 22 353 45 107
Binary 10011000 10011101 11010000 11011 11001 0 10010 11101011 100101 1000111

Color Harmonies of #989DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989DD0

Black with #989DD0

Text Example


Text Example

White with #989DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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