#9392CD

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

Shades of Blue Bell #9392CD

Tints of Blue Bell #9392CD

Color information

#9392CD (or 0x9392CD) is unknown color: approx Blue Bell. HEX triplet: 93, 92 and CD. RGB value is (147,146,205). Sum of RGB (Red+Green+Blue) = 147+146+205=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #9392CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9392CD is #6C6D32. Grayscale: #989898. Windows color (decimal): -7105843 or 13472403. OLE color: 13472403.

HSL color Cylindrical-coordinate representation of color #9392CD: hue angle of 241.02º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9392CD is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147146205-
CMYK0.280.2900.20
HSL241.02º37.11%68.82%-
HSV(B)241.02º28.78%80.39%-
XYZ33.3331.1762.02-
YUV153.02157.33123.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.52%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=29.52%
G=29.32%
B=41.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471462050.280.2900.20241.0237.1168.82
Hex9392CD1C1D014f12545
Octal223222315343502436145105
Binary1001001110010010110011011110011101010100111100011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9392CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9392CD; }

 p { color: rgb(147,146,205); }

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

<style>
 a { background-color: #9392CD; }

 a { background-color: rgb(147,146,205); }

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

<style>
 span { border-color: #9392CD; }

 span { border-color: rgb(147,146,205); }

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