#8A8FDC

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

Shades of Portage #8A8FDC

Tints of Portage #8A8FDC

Color information

#8A8FDC (or 0x8A8FDC) is unknown color: approx Portage. HEX triplet: 8A, 8F and DC. RGB value is (138,143,220). Sum of RGB (Red+Green+Blue) = 138+143+220=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A8FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FDC is #757023. Grayscale: #959595. Windows color (decimal): -7696420 or 14454666. OLE color: 14454666.

HSL color Cylindrical-coordinate representation of color #8A8FDC: hue angle of 236.34º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A8FDC is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138143220-
CMYK0.370.3500.14
HSL236.34º53.95%70.2%-
HSV(B)236.34º37.27%86.27%-
XYZ33.2230.2271.79-
YUV150.28167.34119.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.54%
GREEN value IS 143 (56.25% from 255) = 28.54%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=27.54%
G=28.54%
B=43.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381432200.370.3500.14236.3453.9570.2
Hex8A8FDC25230Eec3646
Octal212217334454301635466106
Binary10001010100011111101110010010110001101110111011001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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