Html Css Color HEX #9596DB Blue Bell

📋 copy color: '#9596DB'

red 149 ◦ green 150 ◦ blue 219

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

Shades of Blue Bell #9596DB

Tints of Blue Bell #9596DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.96%

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

R = 28.76%
G = 28.96%
B = 42.28%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9596DB (or 0x9596DB) is known color: Blue Bell. HEX triplet: 95, 96 and DB. RGB value is (149,150,219). Sum of RGB (Red+Green+Blue) = 149+150+219=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #9596DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9596DB is #6A6924. Grayscale: #9D9D9D. Windows color (decimal): -6973733 or 14390933. OLE color: 14390933.

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

Color convert

RGB 149 150 219 -
CMYK 0.32 0.32 0 0.14
HSL 239.14º 0.49% 0.72% -
HSV(B) 239.14º 0.32% 0.86% -
XYZ 36.09 33.32 71.55 -
YUV 157.57 162.67 121.89 -
System Red Green Blue C M Y K H S L
Decimal 149 150 219 0.32 0.32 0 0.14 239.14 0.49 0.72
Hex 95 96 DB 20 20 0 E EF 31 48
Octal 225 226 333 40 40 0 16 357 61 110
Binary 10010101 10010110 11011011 100000 100000 0 1110 11101111 110001 1001000

Color Harmonies of #9596DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9596DB

Black with #9596DB

Text Example


Text Example

White with #9596DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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