Html Css Color HEX #989ADB Blue Bell

📋 copy color: '#989ADB'

red 152 ◦ green 154 ◦ blue 219

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

Shades of Blue Bell #989ADB

Tints of Blue Bell #989ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 28.95%
G = 29.33%
B = 41.71%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#989ADB (or 0x989ADB) is known color: Blue Bell. HEX triplet: 98, 9A and DB. RGB value is (152,154,219). Sum of RGB (Red+Green+Blue) = 152+154+219=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #989ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ADB is #676524. Grayscale: #A0A0A0. Windows color (decimal): -6776101 or 14391960. OLE color: 14391960.

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

Color convert

RGB 152 154 219 -
CMYK 0.31 0.30 0 0.14
HSL 238.21º 0.48% 0.73% -
HSV(B) 238.21º 0.31% 0.86% -
XYZ 37.29 34.9 71.79 -
YUV 160.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 152 154 219 0.31 0.30 0 0.14 238.21 0.48 0.73
Hex 98 9A DB 1F 1E 0 E EE 30 49
Octal 230 232 333 37 36 0 16 356 60 111
Binary 10011000 10011010 11011011 11111 11110 0 1110 11101110 110000 1001001

Color Harmonies of #989ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989ADB

Black with #989ADB

Text Example


Text Example

White with #989ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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