#94A8EB

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

Shades of Portage #94A8EB

Tints of Portage #94A8EB

Color information

#94A8EB (or 0x94A8EB) is unknown color: approx Portage. HEX triplet: 94, A8 and EB. RGB value is (148,168,235). Sum of RGB (Red+Green+Blue) = 148+168+235=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #94A8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94A8EB is #6B5714. Grayscale: #A9A9A9. Windows color (decimal): -7034645 or 15444116. OLE color: 15444116.

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

Color convert

RGB148168235-
CMYK0.370.2900.08
HSL226.21º68.5%75.1%-
HSV(B)226.21º37.02%92.16%-
XYZ41.2140.384.2-
YUV169.66164.87112.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.86%
GREEN value IS 168 (66.02% from 255) = 30.49%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=26.86%
G=30.49%
B=42.65%

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
Decimal1481682350.370.2900.08226.2168.575.1
Hex94A8EB251D08e2454b
Octal2242503534535010342105113
Binary10010100101010001110101110010111101010001110001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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