Html Css Color HEX #9397CC Blue Bell

📋 copy color: '#9397CC'

red 147 ◦ green 151 ◦ blue 204

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

Shades of Blue Bell #9397CC

Tints of Blue Bell #9397CC

RGB

 RED value IS 147 (57.81% from 255) = 29.28%

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 29.28%
G = 30.08%
B = 40.64%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9397CC (or 0x9397CC) is known color: Blue Bell. HEX triplet: 93, 97 and CC. RGB value is (147,151,204). Sum of RGB (Red+Green+Blue) = 147+151+204=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #9397CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9397CC is #6C6833. Grayscale: #9B9B9B. Windows color (decimal): -7104564 or 13408147. OLE color: 13408147.

HSL color Cylindrical-coordinate representation of color #9397CC: hue angle of 235.79º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9397CC is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 151 204 -
CMYK 0.28 0.26 0 0.2
HSL 235.79º 0.36% 0.69% -
HSV(B) 235.79º 0.28% 0.8% -
XYZ 34 32.7 61.65 -
YUV 155.85 155.17 121.69 -
System Red Green Blue C M Y K H S L
Decimal 147 151 204 0.28 0.26 0 0.2 235.79 0.36 0.69
Hex 93 97 CC 1C 1A 0 14 EC 24 45
Octal 223 227 314 34 32 0 24 354 44 105
Binary 10010011 10010111 11001100 11100 11010 0 10100 11101100 100100 1000101

Color Harmonies of #9397CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9397CC

Black with #9397CC

Text Example


Text Example

White with #9397CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9397CC; }

 p { color: rgb(147,151,204); }

 H1.HeaderClassName
 {
   color: #9397CC;
 }
 .AnyTagClassName
 {
   color: #9397CC;
 }
</style>

background-color css

<style>
 a { background-color: #9397CC; }

 a { background-color: rgb(147,151,204); }

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

border-color css

<style>
 span { border-color: #9397CC; }

 span { border-color: rgb(147,151,204); }

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