#8A8FDA

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

Shades of Portage #8A8FDA

Tints of Portage #8A8FDA

Color information

#8A8FDA (or 0x8A8FDA) is unknown color: approx Portage. HEX triplet: 8A, 8F and DA. RGB value is (138,143,218). Sum of RGB (Red+Green+Blue) = 138+143+218=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A8FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FDA is #757025. Grayscale: #959595. Windows color (decimal): -7696422 or 14323594. OLE color: 14323594.

HSL color Cylindrical-coordinate representation of color #8A8FDA: hue angle of 236.25º 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 #8A8FDA is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138143218-
CMYK0.370.3400.15
HSL236.25º51.95%69.8%-
HSV(B)236.25º36.7%85.49%-
XYZ32.9630.1170.4-
YUV150.05166.34119.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.66%
GREEN value IS 143 (56.25% from 255) = 28.66%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=27.66%
G=28.66%
B=43.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381432180.370.3400.15236.2551.9569.8
Hex8A8FDA25220Fec3446
Octal212217332454201735464106
Binary10001010100011111101101010010110001001111111011001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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