Html Css Color HEX #9597D6 Blue Bell

📋 copy color: '#9597D6'

red 149 ◦ green 151 ◦ blue 214

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

Shades of Blue Bell #9597D6

Tints of Blue Bell #9597D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.63%

R = 28.99%
G = 29.38%
B = 41.63%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9597D6 (or 0x9597D6) is known color: Blue Bell. HEX triplet: 95, 97 and D6. RGB value is (149,151,214). Sum of RGB (Red+Green+Blue) = 149+151+214=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #9597D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597D6 is #6A6829. Grayscale: #9D9D9D. Windows color (decimal): -6973482 or 14063509. OLE color: 14063509.

HSL color Cylindrical-coordinate representation of color #9597D6: hue angle of 238.15º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9597D6 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 151 214 -
CMYK 0.30 0.29 0 0.16
HSL 238.15º 0.44% 0.71% -
HSV(B) 238.15º 0.3% 0.84% -
XYZ 35.6 33.38 68.18 -
YUV 157.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 149 151 214 0.30 0.29 0 0.16 238.15 0.44 0.71
Hex 95 97 D6 1E 1D 0 10 EE 2C 47
Octal 225 227 326 36 35 0 20 356 54 107
Binary 10010101 10010111 11010110 11110 11101 0 10000 11101110 101100 1000111

Color Harmonies of #9597D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9597D6

Black with #9597D6

Text Example


Text Example

White with #9597D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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