#9395D2

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

Shades of Blue Bell #9395D2

Tints of Blue Bell #9395D2

Color information

#9395D2 (or 0x9395D2) is unknown color: approx Blue Bell. HEX triplet: 93, 95 and D2. RGB value is (147,149,210). Sum of RGB (Red+Green+Blue) = 147+149+210=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 210 - color contains mainly: blue. Hex color #9395D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395D2 is #6C6A2D. Grayscale: #9B9B9B. Windows color (decimal): -7105070 or 13800851. OLE color: 13800851.

HSL color Cylindrical-coordinate representation of color #9395D2: hue angle of 238.1º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9395D2 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147149210-
CMYK0.300.2900.18
HSL238.1º41.18%70%-
HSV(B)238.1º30%82.35%-
XYZ34.4132.3565.4-
YUV155.36158.84122.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.05%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 210 (82.42% from 255) = 41.50%
R=29.05%
G=29.45%
B=41.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471492100.300.2900.18238.141.1870
Hex9395D21E1D012ee2946
Octal223225322363502235651106
Binary1001001110010101110100101111011101010010111011101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9395D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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