#94A1EB

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

Shades of Portage #94A1EB

Tints of Portage #94A1EB

Color information

#94A1EB (or 0x94A1EB) is unknown color: approx Portage. HEX triplet: 94, A1 and EB. RGB value is (148,161,235). Sum of RGB (Red+Green+Blue) = 148+161+235=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #94A1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A1EB is #6B5E14. Grayscale: #A5A5A5. Windows color (decimal): -7036437 or 15442324. OLE color: 15442324.

HSL color Cylindrical-coordinate representation of color #94A1EB: hue angle of 231.03º degrees, saturation: 0.69, 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 #94A1EB is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB148161235-
CMYK0.370.3100.08
HSL231.03º68.5%75.1%-
HSV(B)231.03º37.02%92.16%-
XYZ39.9537.7883.78-
YUV165.55167.19115.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.21%
GREEN value IS 161 (63.28% from 255) = 29.60%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=27.21%
G=29.60%
B=43.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481612350.370.3100.08231.0368.575.1
Hex94A1EB251F08e7454b
Octal2242413534537010347105113
Binary10010100101000011110101110010111111010001110011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,161,235); }

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

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

 a { background-color: rgb(148,161,235); }

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

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

 span { border-color: rgb(148,161,235); }

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