#9395CA

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

Shades of Blue Bell #9395CA

Tints of Blue Bell #9395CA

Color information

#9395CA (or 0x9395CA) is unknown color: approx Blue Bell. HEX triplet: 93, 95 and CA. RGB value is (147,149,202). Sum of RGB (Red+Green+Blue) = 147+149+202=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #9395CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395CA is #6C6A35. Grayscale: #9A9A9A. Windows color (decimal): -7105078 or 13276563. OLE color: 13276563.

HSL color Cylindrical-coordinate representation of color #9395CA: hue angle of 237.82º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9395CA is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147149202-
CMYK0.270.2600.21
HSL237.82º34.16%68.43%-
HSV(B)237.82º27.23%79.22%-
XYZ33.4431.9660.28-
YUV154.44154.84122.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.52%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=29.52%
G=29.92%
B=40.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471492020.270.2600.21237.8234.1668.43
Hex9395CA1B1A015ee2244
Octal223225312333202535642104
Binary1001001110010101110010101101111010010101111011101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9395CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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