#94A4EB

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

Shades of Portage #94A4EB

Tints of Portage #94A4EB

Color information

#94A4EB (or 0x94A4EB) is unknown color: approx Portage. HEX triplet: 94, A4 and EB. RGB value is (148,164,235). Sum of RGB (Red+Green+Blue) = 148+164+235=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #94A4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A4EB is #6B5B14. Grayscale: #A7A7A7. Windows color (decimal): -7035669 or 15443092. OLE color: 15443092.

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

Color convert

RGB148164235-
CMYK0.370.3000.08
HSL228.97º68.5%75.1%-
HSV(B)228.97º37.02%92.16%-
XYZ40.4838.8483.96-
YUV167.31166.2114.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.06%
GREEN value IS 164 (64.45% from 255) = 29.98%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=27.06%
G=29.98%
B=42.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481642350.370.3000.08228.9768.575.1
Hex94A4EB251E08e5454b
Octal2242443534536010345105113
Binary10010100101001001110101110010111110010001110010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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