Html Css Color HEX #9597CE Blue Bell

📋 copy color: '#9597CE'

red 149 ◦ green 151 ◦ blue 206

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

Shades of Blue Bell #9597CE

Tints of Blue Bell #9597CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 29.45%
G = 29.84%
B = 40.71%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9597CE (or 0x9597CE) is known color: Blue Bell. HEX triplet: 95, 97 and CE. RGB value is (149,151,206). Sum of RGB (Red+Green+Blue) = 149+151+206=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #9597CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597CE is #6A6831. Grayscale: #9C9C9C. Windows color (decimal): -6973490 or 13539221. OLE color: 13539221.

HSL color Cylindrical-coordinate representation of color #9597CE: hue angle of 237.89º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9597CE is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 151 206 -
CMYK 0.28 0.27 0 0.19
HSL 237.89º 0.37% 0.7% -
HSV(B) 237.89º 0.28% 0.81% -
XYZ 34.6 32.98 62.93 -
YUV 156.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 149 151 206 0.28 0.27 0 0.19 237.89 0.37 0.7
Hex 95 97 CE 1C 1B 0 13 EE 25 46
Octal 225 227 316 34 33 0 23 356 45 106
Binary 10010101 10010111 11001110 11100 11011 0 10011 11101110 100101 1000110

Color Harmonies of #9597CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9597CE

Black with #9597CE

Text Example


Text Example

White with #9597CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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