#9094CC

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

Shades of Blue Bell #9094CC

Tints of Blue Bell #9094CC

Color information

#9094CC (or 0x9094CC) is unknown color: approx Blue Bell. HEX triplet: 90, 94 and CC. RGB value is (144,148,204). Sum of RGB (Red+Green+Blue) = 144+148+204=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #9094CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9094CC is #6F6B33. Grayscale: #989898. Windows color (decimal): -7301940 or 13407376. OLE color: 13407376.

HSL color Cylindrical-coordinate representation of color #9094CC: hue angle of 236º 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 #9094CC is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144148204-
CMYK0.290.2700.2
HSL236º37.04%68.24%-
HSV(B)236º29.41%80%-
XYZ32.9931.4761.46-
YUV153.19156.67121.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.03%
GREEN value IS 148 (58.20% from 255) = 29.84%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=29.03%
G=29.84%
B=41.13%

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
Decimal1441482040.290.2700.223637.0468.24
Hex9094CC1D1B014ec2544
Octal220224314353302435445104
Binary1001000010010100110011001110111011010100111011001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9094CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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