#9395BE

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

Shades of Blue Bell #9395BE

Tints of Blue Bell #9395BE

Color information

#9395BE (or 0x9395BE) is unknown color: approx Blue Bell. HEX triplet: 93, 95 and BE. RGB value is (147,149,190). Sum of RGB (Red+Green+Blue) = 147+149+190=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #9395BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395BE is #6C6A41. Grayscale: #989898. Windows color (decimal): -7105090 or 12490131. OLE color: 12490131.

HSL color Cylindrical-coordinate representation of color #9395BE: hue angle of 237.21º degrees, saturation: 0.25, 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 #9395BE is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147149190-
CMYK0.230.2200.25
HSL237.21º24.86%66.08%-
HSV(B)237.21º22.63%74.51%-
XYZ32.0731.4253.09-
YUV153.08148.84123.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.25%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=30.25%
G=30.66%
B=39.09%

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
Decimal1471491900.230.2200.25237.2124.8666.08
Hex9395BE1716019ed1942
Octal223225276272603135531102
Binary100100111001010110111110101111011001100111101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9395BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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