#94A1F6

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

Shades of Portage #94A1F6

Tints of Portage #94A1F6

Color information

#94A1F6 (or 0x94A1F6) is unknown color: approx Portage. HEX triplet: 94, A1 and F6. RGB value is (148,161,246). Sum of RGB (Red+Green+Blue) = 148+161+246=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #94A1F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A1F6 is #6B5E09. Grayscale: #A6A6A6. Windows color (decimal): -7036426 or 16163220. OLE color: 16163220.

HSL color Cylindrical-coordinate representation of color #94A1F6: hue angle of 232.04º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94A1F6 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB148161246-
CMYK0.400.3500.04
HSL232.04º84.48%77.25%-
HSV(B)232.04º39.84%96.47%-
XYZ41.5938.4492.42-
YUV166.8172.69114.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.67%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 246 (96.48% from 255) = 44.32%
R=26.67%
G=29.01%
B=44.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1481612460.400.3500.04232.0484.4877.25
Hex94A1F6282304e8544d
Octal224241366504304350124115
Binary10010100101000011111011010100010001101001110100010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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