#94A6EB

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

Shades of Portage #94A6EB

Tints of Portage #94A6EB

Color information

#94A6EB (or 0x94A6EB) is unknown color: approx Portage. HEX triplet: 94, A6 and EB. RGB value is (148,166,235). Sum of RGB (Red+Green+Blue) = 148+166+235=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #94A6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A6EB is #6B5914. Grayscale: #A8A8A8. Windows color (decimal): -7035157 or 15443604. OLE color: 15443604.

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

Color convert

RGB148166235-
CMYK0.370.2900.08
HSL227.59º68.5%75.1%-
HSV(B)227.59º37.02%92.16%-
XYZ40.8439.5784.08-
YUV168.48165.54113.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.96%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=26.96%
G=30.24%
B=42.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481662350.370.2900.08227.5968.575.1
Hex94A6EB251D08e4454b
Octal2242463534535010344105113
Binary10010100101001101110101110010111101010001110010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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