#8A94FD

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

Shades of Portage #8A94FD

Tints of Portage #8A94FD

Color information

#8A94FD (or 0x8A94FD) is unknown color: approx Portage. HEX triplet: 8A, 94 and FD. RGB value is (138,148,253). Sum of RGB (Red+Green+Blue) = 138+148+253=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A94FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A94FD is #756B02. Grayscale: #9C9C9C. Windows color (decimal): -7695107 or 16618634. OLE color: 16618634.

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

Color convert

RGB138148253-
CMYK0.450.4200.01
HSL234.78º96.64%76.67%-
HSV(B)234.78º45.45%99.22%-
XYZ38.833.6797.38-
YUV156.98182.19114.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.60%
GREEN value IS 148 (58.20% from 255) = 27.46%
BLUE value IS 253 (99.22% from 255) = 46.94%
R=25.60%
G=27.46%
B=46.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381482530.450.4200.01234.7896.6476.67
Hex8A94FD2D2A01eb614d
Octal212224375555201353141115
Binary100010101001010011111101101101101010011110101111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A94FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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