Html Css Color HEX #9889DB Blue Bell

📋 copy color: '#9889DB'

red 152 ◦ green 137 ◦ blue 219

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

Shades of Blue Bell #9889DB

Tints of Blue Bell #9889DB

RGB

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

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

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

R = 29.92%
G = 26.97%
B = 43.11%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9889DB (or 0x9889DB) is known color: Blue Bell. HEX triplet: 98, 89 and DB. RGB value is (152,137,219). Sum of RGB (Red+Green+Blue) = 152+137+219=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #9889DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889DB is #677624. Grayscale: #969696. Windows color (decimal): -6780453 or 14387608. OLE color: 14387608.

HSL color Cylindrical-coordinate representation of color #9889DB: hue angle of 250.98º 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 #9889DB is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 137 219 -
CMYK 0.31 0.37 0 0.14
HSL 250.98º 0.53% 0.7% -
HSV(B) 250.98º 0.37% 0.86% -
XYZ 34.68 29.68 70.92 -
YUV 150.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 152 137 219 0.31 0.37 0 0.14 250.98 0.53 0.7
Hex 98 89 DB 1F 25 0 E FB 35 46
Octal 230 211 333 37 45 0 16 373 65 106
Binary 10011000 10001001 11011011 11111 100101 0 1110 11111011 110101 1000110

Color Harmonies of #9889DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9889DB

Black with #9889DB

Text Example


Text Example

White with #9889DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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