#8A8FDD

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

Shades of Portage #8A8FDD

Tints of Portage #8A8FDD

Color information

#8A8FDD (or 0x8A8FDD) is unknown color: approx Portage. HEX triplet: 8A, 8F and DD. RGB value is (138,143,221). Sum of RGB (Red+Green+Blue) = 138+143+221=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FDD is #757022. Grayscale: #969696. Windows color (decimal): -7696419 or 14520202. OLE color: 14520202.

HSL color Cylindrical-coordinate representation of color #8A8FDD: hue angle of 236.39º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A8FDD is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138143221-
CMYK0.380.3500.13
HSL236.39º54.97%70.39%-
HSV(B)236.39º37.56%86.67%-
XYZ33.3530.2772.49-
YUV150.4167.84119.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.49%
GREEN value IS 143 (56.25% from 255) = 28.49%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=27.49%
G=28.49%
B=44.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381432210.380.3500.13236.3954.9770.39
Hex8A8FDD26230Dec3746
Octal212217335464301535467106
Binary10001010100011111101110110011010001101101111011001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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