#9095cc

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

Shades of Blue Bell #9095CC

Tints of Blue Bell #9095CC

Color information

#9095CC (or 0x9095CC) is unknown color: approx Blue Bell. HEX triplet: 90, 95 and CC. RGB value is (144,149,204). Sum of RGB (Red+Green+Blue) = 144+149+204=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 149 (58.59% from 255 or 29.98% 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 #9095CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095CC is #6F6A33. Grayscale: #999999. Windows color (decimal): -7301684 or 13407632. OLE color: 13407632.

HSL color Cylindrical-coordinate representation of color #9095CC: hue angle of 235º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9095CC is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144149204-
CMYK0.290.2700.2
HSL235º37.04%68.24%-
HSV(B)235º29.41%80%-
XYZ33.1531.7861.51-
YUV153.78156.34121.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.97%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=28.97%
G=29.98%
B=41.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441492040.290.2700.223537.0468.24
Hex9095CC1D1B014eb2544
Octal220225314353302435345104
Binary1001000010010101110011001110111011010100111010111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9095cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9095cc; }

 p { color: rgb(144,149,204); }

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

<style>
 a { background-color: #9095cc; }

 a { background-color: rgb(144,149,204); }

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

<style>
 span { border-color: #9095cc; }

 span { border-color: rgb(144,149,204); }

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