#94A6E6

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

Shades of Portage #94A6E6

Tints of Portage #94A6E6

Color information

#94A6E6 (or 0x94A6E6) is unknown color: approx Portage. HEX triplet: 94, A6 and E6. RGB value is (148,166,230). Sum of RGB (Red+Green+Blue) = 148+166+230=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #94A6E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A6E6 is #6B5919. Grayscale: #A7A7A7. Windows color (decimal): -7035162 or 15115924. OLE color: 15115924.

HSL color Cylindrical-coordinate representation of color #94A6E6: hue angle of 226.83º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94A6E6 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB148166230-
CMYK0.360.2800.10
HSL226.83º62.12%74.12%-
HSV(B)226.83º35.65%90.2%-
XYZ40.1339.2880.33-
YUV167.91163.04113.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.21%
GREEN value IS 166 (65.23% from 255) = 30.51%
BLUE value IS 230 (90.23% from 255) = 42.28%
R=27.21%
G=30.51%
B=42.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1481662300.360.2800.10226.8362.1274.12
Hex94A6E6241C0Ae33e4a
Octal224246346443401234376112
Binary1001010010100110111001101001001110001010111000111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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