Html Css Color HEX #9589DB Blue Bell

📋 copy color: '#9589DB'

red 149 ◦ green 137 ◦ blue 219

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

Shades of Blue Bell #9589DB

Tints of Blue Bell #9589DB

RGB

 RED value IS 149 (58.59% from 255) = 29.5%

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

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

R = 29.5%
G = 27.13%
B = 43.37%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9589DB (or 0x9589DB) is known color: Blue Bell. HEX triplet: 95, 89 and DB. RGB value is (149,137,219). Sum of RGB (Red+Green+Blue) = 149+137+219=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #9589DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589DB is #6A7624. Grayscale: #959595. Windows color (decimal): -6977061 or 14387605. OLE color: 14387605.

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

Color convert

RGB 149 137 219 -
CMYK 0.32 0.37 0 0.14
HSL 248.78º 0.53% 0.7% -
HSV(B) 248.78º 0.37% 0.86% -
XYZ 34.13 29.4 70.89 -
YUV 149.94 166.98 127.33 -
System Red Green Blue C M Y K H S L
Decimal 149 137 219 0.32 0.37 0 0.14 248.78 0.53 0.7
Hex 95 89 DB 20 25 0 E F9 35 46
Octal 225 211 333 40 45 0 16 371 65 106
Binary 10010101 10001001 11011011 100000 100101 0 1110 11111001 110101 1000110

Color Harmonies of #9589DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9589DB

Black with #9589DB

Text Example


Text Example

White with #9589DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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