#8a94ff

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

Shades of Portage #8A94FF

Tints of Portage #8A94FF

Color information

#8A94FF (or 0x8A94FF) is unknown color: approx Portage. HEX triplet: 8A, 94 and FF. RGB value is (138,148,255). Sum of RGB (Red+Green+Blue) = 138+148+255=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A94FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A94FF is #756B00. Grayscale: #9C9C9C. Windows color (decimal): -7695105 or 16749706. OLE color: 16749706.

HSL color Cylindrical-coordinate representation of color #8A94FF: hue angle of 234.87º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A94FF is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138148255-
CMYK0.460.4200
HSL234.87º100%77.06%-
HSV(B)234.87º45.88%100%-
XYZ39.1233.899.07-
YUV157.21183.19114.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.51%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 255 (100% from 255) = 47.13%
R=25.51%
G=27.36%
B=47.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381482550.460.4200234.8710077.06
Hex8A94FF2E2A00eb644d
Octal212224377565200353144115
Binary100010101001010011111111101110101010001110101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a94ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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