Html Css Color HEX #9989DB Blue Bell

📋 copy color: '#9989DB'

red 153 ◦ green 137 ◦ blue 219

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

Shades of Blue Bell #9989DB

Tints of Blue Bell #9989DB

RGB

 RED value IS 153 (60.16% from 255) = 30.06%

 GREEN value IS 137 (53.91% from 255) = 26.92%

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

R = 30.06%
G = 26.92%
B = 43.03%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9989DB (or 0x9989DB) is known color: Blue Bell. HEX triplet: 99, 89 and DB. RGB value is (153,137,219). Sum of RGB (Red+Green+Blue) = 153+137+219=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #9989DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9989DB is #667624. Grayscale: #969696. Windows color (decimal): -6714917 or 14387609. OLE color: 14387609.

HSL color Cylindrical-coordinate representation of color #9989DB: hue angle of 251.71º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9989DB is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 137 219 -
CMYK 0.30 0.37 0 0.14
HSL 251.71º 0.53% 0.7% -
HSV(B) 251.71º 0.37% 0.86% -
XYZ 34.87 29.78 70.93 -
YUV 151.13 166.3 129.33 -
System Red Green Blue C M Y K H S L
Decimal 153 137 219 0.30 0.37 0 0.14 251.71 0.53 0.7
Hex 99 89 DB 1E 25 0 E FC 35 46
Octal 231 211 333 36 45 0 16 374 65 106
Binary 10011001 10001001 11011011 11110 100101 0 1110 11111100 110101 1000110

Color Harmonies of #9989DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9989DB

Black with #9989DB

Text Example


Text Example

White with #9989DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9989DB; }

 p { color: rgb(153,137,219); }

 H1.HeaderClassName
 {
   color: #9989DB;
 }
 .AnyTagClassName
 {
   color: #9989DB;
 }
</style>

background-color css

<style>
 a { background-color: #9989DB; }

 a { background-color: rgb(153,137,219); }

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

border-color css

<style>
 span { border-color: #9989DB; }

 span { border-color: rgb(153,137,219); }

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