#9096CA

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

Shades of Blue Bell #9096CA

Tints of Blue Bell #9096CA

Color information

#9096CA (or 0x9096CA) is unknown color: approx Blue Bell. HEX triplet: 90, 96 and CA. RGB value is (144,150,202). Sum of RGB (Red+Green+Blue) = 144+150+202=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #9096CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096CA is #6F6935. Grayscale: #999999. Windows color (decimal): -7301430 or 13276816. OLE color: 13276816.

HSL color Cylindrical-coordinate representation of color #9096CA: hue angle of 233.79º 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 #9096CA is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144150202-
CMYK0.290.2600.21
HSL233.79º35.37%67.84%-
HSV(B)233.79º28.71%79.22%-
XYZ33.0732.0160.31-
YUV154.13155.01120.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.03%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=29.03%
G=30.24%
B=40.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441502020.290.2600.21233.7935.3767.84
Hex9096CA1D1A015ea2344
Octal220226312353202535243104
Binary1001000010010110110010101110111010010101111010101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9096CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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