#9094E0

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

Shades of Portage #9094E0

Tints of Portage #9094E0

Color information

#9094E0 (or 0x9094E0) is unknown color: approx Portage. HEX triplet: 90, 94 and E0. RGB value is (144,148,224). Sum of RGB (Red+Green+Blue) = 144+148+224=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #9094E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9094E0 is #6F6B1F. Grayscale: #9B9B9B. Windows color (decimal): -7301920 or 14718096. OLE color: 14718096.

HSL color Cylindrical-coordinate representation of color #9094E0: hue angle of 237º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9094E0 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB144148224-
CMYK0.360.3400.12
HSL237º56.34%72.16%-
HSV(B)237º35.71%87.84%-
XYZ35.5532.4974.92-
YUV155.47166.67119.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.91%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 224 (87.89% from 255) = 43.41%
R=27.91%
G=28.68%
B=43.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1441482240.360.3400.1223756.3472.16
Hex9094E024220Ced3848
Octal220224340444201435570110
Binary10010000100101001110000010010010001001100111011011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9094E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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