Html Css Color HEX #9395CB Blue Bell

📋 copy color: '#9395CB'

red 147 ◦ green 149 ◦ blue 203

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

Shades of Blue Bell #9395CB

Tints of Blue Bell #9395CB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.86%

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

R = 29.46%
G = 29.86%
B = 40.68%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9395CB (or 0x9395CB) is known color: Blue Bell. HEX triplet: 93, 95 and CB. RGB value is (147,149,203). Sum of RGB (Red+Green+Blue) = 147+149+203=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #9395CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395CB is #6C6A34. Grayscale: #9A9A9A. Windows color (decimal): -7105077 or 13342099. OLE color: 13342099.

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

Color convert

RGB 147 149 203 -
CMYK 0.28 0.27 0 0.20
HSL 237.86º 0.35% 0.69% -
HSV(B) 237.86º 0.28% 0.8% -
XYZ 33.56 32.01 60.91 -
YUV 154.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 147 149 203 0.28 0.27 0 0.20 237.86 0.35 0.69
Hex 93 95 CB 1C 1B 0 14 EE 23 45
Octal 223 225 313 34 33 0 24 356 43 105
Binary 10010011 10010101 11001011 11100 11011 0 10100 11101110 100011 1000101

Color Harmonies of #9395CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9395CB

Black with #9395CB

Text Example


Text Example

White with #9395CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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