#9293CB

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

Shades of Blue Bell #9293CB

Tints of Blue Bell #9293CB

Color information

#9293CB (or 0x9293CB) is unknown color: approx Blue Bell. HEX triplet: 92, 93 and CB. RGB value is (146,147,203). Sum of RGB (Red+Green+Blue) = 146+147+203=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #9293CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9293CB is #6D6C34. Grayscale: #989898. Windows color (decimal): -7171125 or 13341586. OLE color: 13341586.

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

Color convert

RGB146147203-
CMYK0.280.2800.20
HSL238.95º35.4%68.43%-
HSV(B)238.95º28.08%79.61%-
XYZ33.0731.2960.8-
YUV153.08156.17122.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.44%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=29.44%
G=29.64%
B=40.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461472030.280.2800.20238.9535.468.43
Hex9293CB1C1C014ef2344
Octal222223313343402435743104
Binary1001001010010011110010111110011100010100111011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9293CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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