#94A7EA

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

Shades of Portage #94A7EA

Tints of Portage #94A7EA

Color information

#94A7EA (or 0x94A7EA) is unknown color: approx Portage. HEX triplet: 94, A7 and EA. RGB value is (148,167,234). Sum of RGB (Red+Green+Blue) = 148+167+234=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #94A7EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A7EA is #6B5815. Grayscale: #A8A8A8. Windows color (decimal): -7034902 or 15378324. OLE color: 15378324.

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

Color convert

RGB148167234-
CMYK0.370.2900.08
HSL226.74º67.19%74.9%-
HSV(B)226.74º36.75%91.76%-
XYZ40.8839.8783.38-
YUV168.96164.71113.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.96%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=26.96%
G=30.42%
B=42.62%

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
Decimal1481672340.370.2900.08226.7467.1974.9
Hex94A7EA251D08e3434b
Octal2242473524535010343103113
Binary10010100101001111110101010010111101010001110001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,167,234); }

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

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

 a { background-color: rgb(148,167,234); }

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

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

 span { border-color: rgb(148,167,234); }

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