Html Css Color HEX #989ADD Blue Bell

📋 copy color: '#989ADD'

red 152 ◦ green 154 ◦ blue 221

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

Shades of Blue Bell #989ADD

Tints of Blue Bell #989ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.22%

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

R = 28.84%
G = 29.22%
B = 41.94%

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

#989ADD (or 0x989ADD) is known color: Blue Bell. HEX triplet: 98, 9A and DD. RGB value is (152,154,221). Sum of RGB (Red+Green+Blue) = 152+154+221=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #989ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ADD is #676522. Grayscale: #A0A0A0. Windows color (decimal): -6776099 or 14523032. OLE color: 14523032.

HSL color Cylindrical-coordinate representation of color #989ADD: hue angle of 238.26º 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 #989ADD is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 154 221 -
CMYK 0.31 0.30 0 0.13
HSL 238.26º 0.5% 0.73% -
HSV(B) 238.26º 0.31% 0.87% -
XYZ 37.56 35.01 73.18 -
YUV 161.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 152 154 221 0.31 0.30 0 0.13 238.26 0.5 0.73
Hex 98 9A DD 1F 1E 0 D EE 32 49
Octal 230 232 335 37 36 0 15 356 62 111
Binary 10011000 10011010 11011101 11111 11110 0 1101 11101110 110010 1001001

Color Harmonies of #989ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989ADD

Black with #989ADD

Text Example


Text Example

White with #989ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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