#94A7EB

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

Shades of Portage #94A7EB

Tints of Portage #94A7EB

Color information

#94A7EB (or 0x94A7EB) is unknown color: approx Portage. HEX triplet: 94, A7 and EB. RGB value is (148,167,235). Sum of RGB (Red+Green+Blue) = 148+167+235=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #94A7EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A7EB is #6B5814. Grayscale: #A8A8A8. Windows color (decimal): -7034901 or 15443860. OLE color: 15443860.

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

Color convert

RGB148167235-
CMYK0.370.2900.08
HSL226.9º68.5%75.1%-
HSV(B)226.9º37.02%92.16%-
XYZ41.0339.9384.14-
YUV169.07165.21112.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.91%
GREEN value IS 167 (65.62% from 255) = 30.36%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=26.91%
G=30.36%
B=42.73%

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
Decimal1481672350.370.2900.08226.968.575.1
Hex94A7EB251D08e3454b
Octal2242473534535010343105113
Binary10010100101001111110101110010111101010001110001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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