#94A5EE

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

Shades of Portage #94A5EE

Tints of Portage #94A5EE

Color information

#94A5EE (or 0x94A5EE) is unknown color: approx Portage. HEX triplet: 94, A5 and EE. RGB value is (148,165,238). Sum of RGB (Red+Green+Blue) = 148+165+238=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #94A5EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A5EE is #6B5A11. Grayscale: #A7A7A7. Windows color (decimal): -7035410 or 15639956. OLE color: 15639956.

HSL color Cylindrical-coordinate representation of color #94A5EE: hue angle of 228.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94A5EE is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148165238-
CMYK0.380.3100.07
HSL228.67º72.58%75.69%-
HSV(B)228.67º37.82%93.33%-
XYZ41.139.3886.32-
YUV168.24167.37113.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.86%
GREEN value IS 165 (64.84% from 255) = 29.95%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=26.86%
G=29.95%
B=43.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1481652380.380.3100.07228.6772.5875.69
Hex94A5EE261F07e5494c
Octal224245356463707345111114
Binary1001010010100101111011101001101111101111110010110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,165,238); }

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

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

 a { background-color: rgb(148,165,238); }

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

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

 span { border-color: rgb(148,165,238); }

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