#9395CF

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

Shades of Blue Bell #9395CF

Tints of Blue Bell #9395CF

Color information

#9395CF (or 0x9395CF) is unknown color: approx Blue Bell. HEX triplet: 93, 95 and CF. RGB value is (147,149,207). Sum of RGB (Red+Green+Blue) = 147+149+207=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #9395CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395CF is #6C6A30. Grayscale: #9A9A9A. Windows color (decimal): -7105073 or 13604243. OLE color: 13604243.

HSL color Cylindrical-coordinate representation of color #9395CF: hue angle of 238º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9395CF is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147149207-
CMYK0.290.2800.19
HSL238º38.46%69.41%-
HSV(B)238º28.99%81.18%-
XYZ34.0432.263.45-
YUV155.01157.34122.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=29.22%
G=29.62%
B=41.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471492070.290.2800.1923838.4669.41
Hex9395CF1D1C013ee2645
Octal223225317353402335646105
Binary1001001110010101110011111110111100010011111011101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9395CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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