#9395BF

Color #9395BF Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9395BF

Tints of Blue Bell #9395BF

Color information

#9395BF (or 0x9395BF) is unknown color: approx Blue Bell. HEX triplet: 93, 95 and BF. RGB value is (147,149,191). Sum of RGB (Red+Green+Blue) = 147+149+191=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #9395BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395BF is #6C6A40. Grayscale: #999999. Windows color (decimal): -7105089 or 12555667. OLE color: 12555667.

HSL color Cylindrical-coordinate representation of color #9395BF: hue angle of 237.27º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9395BF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147149191-
CMYK0.230.2200.25
HSL237.27º25.58%66.27%-
HSV(B)237.27º23.04%74.9%-
XYZ32.1831.4653.67-
YUV153.19149.34123.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.18%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 191 (75% from 255) = 39.22%
R=30.18%
G=30.60%
B=39.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471491910.230.2200.25237.2725.5866.27
Hex9395BF1716019ed1a42
Octal223225277272603135532102
Binary100100111001010110111111101111011001100111101101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9395BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9395BF;
 }
 .AnyTagClassName
 {
   color: #9395BF;
 }
</style>
background-color css

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

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

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

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

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

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