Html Css Color HEX #9396CB Blue Bell

📋 copy color: '#9396CB'

red 147 ◦ green 150 ◦ blue 203

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

Shades of Blue Bell #9396CB

Tints of Blue Bell #9396CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 29.4%
G = 30%
B = 40.6%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9396CB (or 0x9396CB) is known color: Blue Bell. HEX triplet: 93, 96 and CB. RGB value is (147,150,203). Sum of RGB (Red+Green+Blue) = 147+150+203=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #9396CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9396CB is #6C6934. Grayscale: #9A9A9A. Windows color (decimal): -7104821 or 13342355. OLE color: 13342355.

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

Color convert

RGB 147 150 203 -
CMYK 0.28 0.26 0 0.20
HSL 236.79º 0.35% 0.69% -
HSV(B) 236.79º 0.28% 0.8% -
XYZ 33.72 32.33 60.96 -
YUV 155.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 147 150 203 0.28 0.26 0 0.20 236.79 0.35 0.69
Hex 93 96 CB 1C 1A 0 14 ED 23 45
Octal 223 226 313 34 32 0 24 355 43 105
Binary 10010011 10010110 11001011 11100 11010 0 10100 11101101 100011 1000101

Color Harmonies of #9396CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9396CB

Black with #9396CB

Text Example


Text Example

White with #9396CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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