Html Css Color HEX #9588DB Blue Bell

📋 copy color: '#9588DB'

red 149 ◦ green 136 ◦ blue 219

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

Shades of Blue Bell #9588DB

Tints of Blue Bell #9588DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.98%

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

R = 29.56%
G = 26.98%
B = 43.45%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9588DB (or 0x9588DB) is known color: Blue Bell. HEX triplet: 95, 88 and DB. RGB value is (149,136,219). Sum of RGB (Red+Green+Blue) = 149+136+219=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #9588DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9588DB is #6A7724. Grayscale: #959595. Windows color (decimal): -6977317 or 14387349. OLE color: 14387349.

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

Color convert

RGB 149 136 219 -
CMYK 0.32 0.38 0 0.14
HSL 249.4º 0.54% 0.7% -
HSV(B) 249.4º 0.38% 0.86% -
XYZ 33.98 29.11 70.85 -
YUV 149.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 149 136 219 0.32 0.38 0 0.14 249.4 0.54 0.7
Hex 95 88 DB 20 26 0 E F9 36 46
Octal 225 210 333 40 46 0 16 371 66 106
Binary 10010101 10001000 11011011 100000 100110 0 1110 11111001 110110 1000110

Color Harmonies of #9588DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9588DB

Black with #9588DB

Text Example


Text Example

White with #9588DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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