#9094C4

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

Shades of Blue Bell #9094C4

Tints of Blue Bell #9094C4

Color information

#9094C4 (or 0x9094C4) is unknown color: approx Blue Bell. HEX triplet: 90, 94 and C4. RGB value is (144,148,196). Sum of RGB (Red+Green+Blue) = 144+148+196=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 196 - color contains mainly: blue. Hex color #9094C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9094C4 is #6F6B3B. Grayscale: #989898. Windows color (decimal): -7301948 or 12883088. OLE color: 12883088.

HSL color Cylindrical-coordinate representation of color #9094C4: hue angle of 235.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9094C4 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB144148196-
CMYK0.270.2400.23
HSL235.38º30.59%66.67%-
HSV(B)235.38º26.53%76.86%-
XYZ32.0631.0956.54-
YUV152.28152.67122.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.51%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 196 (76.95% from 255) = 40.16%
R=29.51%
G=30.33%
B=40.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1441481960.270.2400.23235.3830.5966.67
Hex9094C41B18017eb1f43
Octal220224304333002735337103
Binary100100001001010011000100110111100001011111101011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9094C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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