Html Css Color HEX #9597BF Blue Bell

📋 copy color: '#9597BF'

red 149 ◦ green 151 ◦ blue 191

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

Shades of Blue Bell #9597BF

Tints of Blue Bell #9597BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.9%

R = 30.35%
G = 30.75%
B = 38.9%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9597BF (or 0x9597BF) is known color: Blue Bell. HEX triplet: 95, 97 and BF. RGB value is (149,151,191). Sum of RGB (Red+Green+Blue) = 149+151+191=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #9597BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597BF is #6A6840. Grayscale: #9A9A9A. Windows color (decimal): -6973505 or 12556181. OLE color: 12556181.

HSL color Cylindrical-coordinate representation of color #9597BF: hue angle of 237.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9597BF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 151 191 -
CMYK 0.22 0.21 0 0.25
HSL 237.14º 0.25% 0.67% -
HSV(B) 237.14º 0.22% 0.75% -
XYZ 32.87 32.28 53.79 -
YUV 154.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 149 151 191 0.22 0.21 0 0.25 237.14 0.25 0.67
Hex 95 97 BF 16 15 0 19 ED 19 43
Octal 225 227 277 26 25 0 31 355 31 103
Binary 10010101 10010111 10111111 10110 10101 0 11001 11101101 11001 1000011

Color Harmonies of #9597BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9597BF

Black with #9597BF

Text Example


Text Example

White with #9597BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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