#9092CA

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

Shades of Blue Bell #9092CA

Tints of Blue Bell #9092CA

Color information

#9092CA (or 0x9092CA) is unknown color: approx Blue Bell. HEX triplet: 90, 92 and CA. RGB value is (144,146,202). Sum of RGB (Red+Green+Blue) = 144+146+202=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #9092CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9092CA is #6F6D35. Grayscale: #979797. Windows color (decimal): -7302454 or 13275792. OLE color: 13275792.

HSL color Cylindrical-coordinate representation of color #9092CA: hue angle of 237.93º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9092CA is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144146202-
CMYK0.290.2800.21
HSL237.93º35.37%67.84%-
HSV(B)237.93º28.71%79.22%-
XYZ32.4430.7560.1-
YUV151.79156.34122.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=29.27%
G=29.67%
B=41.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441462020.290.2800.21237.9335.3767.84
Hex9092CA1D1C015ee2344
Octal220222312353402535643104
Binary1001000010010010110010101110111100010101111011101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9092CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9092CA; }

 p { color: rgb(144,146,202); }

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

<style>
 a { background-color: #9092CA; }

 a { background-color: rgb(144,146,202); }

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

<style>
 span { border-color: #9092CA; }

 span { border-color: rgb(144,146,202); }

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