Html Css Color HEX #9590DB Blue Bell

📋 copy color: '#9590DB'

red 149 ◦ green 144 ◦ blue 219

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

Shades of Blue Bell #9590DB

Tints of Blue Bell #9590DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.13%

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

R = 29.1%
G = 28.13%
B = 42.77%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9590DB (or 0x9590DB) is known color: Blue Bell. HEX triplet: 95, 90 and DB. RGB value is (149,144,219). Sum of RGB (Red+Green+Blue) = 149+144+219=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #9590DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9590DB is #6A6F24. Grayscale: #999999. Windows color (decimal): -6975269 or 14389397. OLE color: 14389397.

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

Color convert

RGB 149 144 219 -
CMYK 0.32 0.34 0 0.14
HSL 244º 0.51% 0.71% -
HSV(B) 244º 0.34% 0.86% -
XYZ 35.15 31.45 71.24 -
YUV 154.05 164.66 124.4 -
System Red Green Blue C M Y K H S L
Decimal 149 144 219 0.32 0.34 0 0.14 244 0.51 0.71
Hex 95 90 DB 20 22 0 E F4 33 47
Octal 225 220 333 40 42 0 16 364 63 107
Binary 10010101 10010000 11011011 100000 100010 0 1110 11110100 110011 1000111

Color Harmonies of #9590DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9590DB

Black with #9590DB

Text Example


Text Example

White with #9590DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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