#8A94FA

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

Shades of Portage #8A94FA

Tints of Portage #8A94FA

Color information

#8A94FA (or 0x8A94FA) is unknown color: approx Portage. HEX triplet: 8A, 94 and FA. RGB value is (138,148,250). Sum of RGB (Red+Green+Blue) = 138+148+250=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A94FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A94FA is #756B05. Grayscale: #9C9C9C. Windows color (decimal): -7695110 or 16422026. OLE color: 16422026.

HSL color Cylindrical-coordinate representation of color #8A94FA: hue angle of 234.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A94FA is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138148250-
CMYK0.450.4100.02
HSL234.64º91.8%76.08%-
HSV(B)234.64º44.8%98.04%-
XYZ38.3333.4994.89-
YUV156.64180.69114.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.75%
GREEN value IS 148 (58.20% from 255) = 27.61%
BLUE value IS 250 (98.05% from 255) = 46.64%
R=25.75%
G=27.61%
B=46.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381482500.450.4100.02234.6491.876.08
Hex8A94FA2D2902eb5c4c
Octal212224372555102353134114
Binary1000101010010100111110101011011010010101110101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A94FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A94FA; }

 p { color: rgb(138,148,250); }

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

<style>
 a { background-color: #8A94FA; }

 a { background-color: rgb(138,148,250); }

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

<style>
 span { border-color: #8A94FA; }

 span { border-color: rgb(138,148,250); }

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