Html Css Color HEX #989BDD Blue Bell

📋 copy color: '#989BDD'

red 152 ◦ green 155 ◦ blue 221

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

Shades of Blue Bell #989BDD

Tints of Blue Bell #989BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 28.79%
G = 29.36%
B = 41.86%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#989BDD (or 0x989BDD) is known color: Blue Bell. HEX triplet: 98, 9B and DD. RGB value is (152,155,221). Sum of RGB (Red+Green+Blue) = 152+155+221=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #989BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BDD is #676422. Grayscale: #A1A1A1. Windows color (decimal): -6775843 or 14523288. OLE color: 14523288.

HSL color Cylindrical-coordinate representation of color #989BDD: hue angle of 237.39º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #989BDD is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 155 221 -
CMYK 0.31 0.30 0 0.13
HSL 237.39º 0.5% 0.73% -
HSV(B) 237.39º 0.31% 0.87% -
XYZ 37.72 35.34 73.24 -
YUV 161.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 152 155 221 0.31 0.30 0 0.13 237.39 0.5 0.73
Hex 98 9B DD 1F 1E 0 D ED 32 49
Octal 230 233 335 37 36 0 15 355 62 111
Binary 10011000 10011011 11011101 11111 11110 0 1101 11101101 110010 1001001

Color Harmonies of #989BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BDD

Black with #989BDD

Text Example


Text Example

White with #989BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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