#8A8FCD

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

Shades of Portage #8A8FCD

Tints of Portage #8A8FCD

Color information

#8A8FCD (or 0x8A8FCD) is unknown color: approx Portage. HEX triplet: 8A, 8F and CD. RGB value is (138,143,205). Sum of RGB (Red+Green+Blue) = 138+143+205=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FCD is #757032. Grayscale: #949494. Windows color (decimal): -7696435 or 13471626. OLE color: 13471626.

HSL color Cylindrical-coordinate representation of color #8A8FCD: hue angle of 235.52º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A8FCD is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138143205-
CMYK0.330.3000.20
HSL235.52º40.12%67.25%-
HSV(B)235.52º32.68%80.39%-
XYZ31.3229.4661.79-
YUV148.57159.84120.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.40%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=28.40%
G=29.42%
B=42.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381432050.330.3000.20235.5240.1267.25
Hex8A8FCD211E014ec2843
Octal212217315413602435450103
Binary10001010100011111100110110000111110010100111011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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