#8A94DA

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

Shades of Portage #8A94DA

Tints of Portage #8A94DA

Color information

#8A94DA (or 0x8A94DA) is unknown color: approx Portage. HEX triplet: 8A, 94 and DA. RGB value is (138,148,218). Sum of RGB (Red+Green+Blue) = 138+148+218=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A94DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A94DA is #756B25. Grayscale: #989898. Windows color (decimal): -7695142 or 14324874. OLE color: 14324874.

HSL color Cylindrical-coordinate representation of color #8A94DA: hue angle of 232.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A94DA is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138148218-
CMYK0.370.3200.15
HSL232.5º51.95%69.8%-
HSV(B)232.5º36.7%85.49%-
XYZ33.7331.6570.66-
YUV152.99164.69117.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=27.38%
G=29.37%
B=43.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381482180.370.3200.15232.551.9569.8
Hex8A94DA25200Fe83446
Octal212224332454001735064106
Binary10001010100101001101101010010110000001111111010001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A94DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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