#94AAEA

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

Shades of Portage #94AAEA

Tints of Portage #94AAEA

Color information

#94AAEA (or 0x94AAEA) is unknown color: approx Portage. HEX triplet: 94, AA and EA. RGB value is (148,170,234). Sum of RGB (Red+Green+Blue) = 148+170+234=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #94AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94AAEA is #6B5515. Grayscale: #AAAAAA. Windows color (decimal): -7034134 or 15379092. OLE color: 15379092.

HSL color Cylindrical-coordinate representation of color #94AAEA: hue angle of 224.65º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94AAEA is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148170234-
CMYK0.370.2700.08
HSL224.65º67.19%74.9%-
HSV(B)224.65º36.75%91.76%-
XYZ41.4440.9983.57-
YUV170.72163.71111.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.81%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=26.81%
G=30.80%
B=42.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481702340.370.2700.08224.6567.1974.9
Hex94AAEA251B08e1434b
Octal2242523524533010341103113
Binary10010100101010101110101010010111011010001110000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AAEA; }

 p { color: rgb(148,170,234); }

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

<style>
 a { background-color: #94AAEA; }

 a { background-color: rgb(148,170,234); }

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

<style>
 span { border-color: #94AAEA; }

 span { border-color: rgb(148,170,234); }

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