Html Css Color HEX #9396CC Blue Bell

📋 copy color: '#9396CC'

red 147 ◦ green 150 ◦ blue 204

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

Shades of Blue Bell #9396CC

Tints of Blue Bell #9396CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.94%

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

R = 29.34%
G = 29.94%
B = 40.72%

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

#9396CC (or 0x9396CC) is known color: Blue Bell. HEX triplet: 93, 96 and CC. RGB value is (147,150,204). Sum of RGB (Red+Green+Blue) = 147+150+204=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #9396CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9396CC is #6C6933. Grayscale: #9B9B9B. Windows color (decimal): -7104820 or 13407891. OLE color: 13407891.

HSL color Cylindrical-coordinate representation of color #9396CC: hue angle of 236.84º 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 #9396CC is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 150 204 -
CMYK 0.28 0.26 0 0.2
HSL 236.84º 0.36% 0.69% -
HSV(B) 236.84º 0.28% 0.8% -
XYZ 33.84 32.38 61.59 -
YUV 155.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 147 150 204 0.28 0.26 0 0.2 236.84 0.36 0.69
Hex 93 96 CC 1C 1A 0 14 ED 24 45
Octal 223 226 314 34 32 0 24 355 44 105
Binary 10010011 10010110 11001100 11100 11010 0 10100 11101101 100100 1000101

Color Harmonies of #9396CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9396CC

Black with #9396CC

Text Example


Text Example

White with #9396CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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