#9293CC

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

Shades of Blue Bell #9293CC

Tints of Blue Bell #9293CC

Color information

#9293CC (or 0x9293CC) is unknown color: approx Blue Bell. HEX triplet: 92, 93 and CC. RGB value is (146,147,204). Sum of RGB (Red+Green+Blue) = 146+147+204=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #9293CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9293CC is #6D6C33. Grayscale: #989898. Windows color (decimal): -7171124 or 13407122. OLE color: 13407122.

HSL color Cylindrical-coordinate representation of color #9293CC: hue angle of 238.97º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9293CC is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146147204-
CMYK0.280.2800.2
HSL238.97º36.25%68.63%-
HSV(B)238.97º28.43%80%-
XYZ33.1931.3461.43-
YUV153.2156.67122.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.38%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=29.38%
G=29.58%
B=41.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461472040.280.2800.2238.9736.2568.63
Hex9293CC1C1C014ef2445
Octal222223314343402435744105
Binary1001001010010011110011001110011100010100111011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9293CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9293CC; }

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

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

<style>
 a { background-color: #9293CC; }

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

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

<style>
 span { border-color: #9293CC; }

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

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