Html Css Color HEX #9597DB Blue Bell

📋 copy color: '#9597DB'

red 149 ◦ green 151 ◦ blue 219

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

Shades of Blue Bell #9597DB

Tints of Blue Bell #9597DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.09%

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

R = 28.71%
G = 29.09%
B = 42.2%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9597DB (or 0x9597DB) is known color: Blue Bell. HEX triplet: 95, 97 and DB. RGB value is (149,151,219). Sum of RGB (Red+Green+Blue) = 149+151+219=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #9597DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597DB is #6A6824. Grayscale: #9D9D9D. Windows color (decimal): -6973477 or 14391189. OLE color: 14391189.

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

Color convert

RGB 149 151 219 -
CMYK 0.32 0.31 0 0.14
HSL 238.29º 0.49% 0.72% -
HSV(B) 238.29º 0.32% 0.86% -
XYZ 36.25 33.64 71.6 -
YUV 158.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 149 151 219 0.32 0.31 0 0.14 238.29 0.49 0.72
Hex 95 97 DB 20 1F 0 E EE 31 48
Octal 225 227 333 40 37 0 16 356 61 110
Binary 10010101 10010111 11011011 100000 11111 0 1110 11101110 110001 1001000

Color Harmonies of #9597DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9597DB

Black with #9597DB

Text Example


Text Example

White with #9597DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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