#94A3EB

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

Shades of Portage #94A3EB

Tints of Portage #94A3EB

Color information

#94A3EB (or 0x94A3EB) is unknown color: approx Portage. HEX triplet: 94, A3 and EB. RGB value is (148,163,235). Sum of RGB (Red+Green+Blue) = 148+163+235=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #94A3EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A3EB is #6B5C14. Grayscale: #A6A6A6. Windows color (decimal): -7035925 or 15442836. OLE color: 15442836.

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

Color convert

RGB148163235-
CMYK0.370.3100.08
HSL229.66º68.5%75.1%-
HSV(B)229.66º37.02%92.16%-
XYZ40.3138.4983.9-
YUV166.72166.53114.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.11%
GREEN value IS 163 (64.06% from 255) = 29.85%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=27.11%
G=29.85%
B=43.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1481632350.370.3100.08229.6668.575.1
Hex94A3EB251F08e6454b
Octal2242433534537010346105113
Binary10010100101000111110101110010111111010001110011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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