#8A98DC

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

Shades of Portage #8A98DC

Tints of Portage #8A98DC

Color information

#8A98DC (or 0x8A98DC) is unknown color: approx Portage. HEX triplet: 8A, 98 and DC. RGB value is (138,152,220). Sum of RGB (Red+Green+Blue) = 138+152+220=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A98DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A98DC is #756723. Grayscale: #9B9B9B. Windows color (decimal): -7694116 or 14456970. OLE color: 14456970.

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

Color convert

RGB138152220-
CMYK0.370.3100.14
HSL229.76º53.95%70.2%-
HSV(B)229.76º37.27%86.27%-
XYZ34.6333.0372.26-
YUV155.57164.36115.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.06%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=27.06%
G=29.80%
B=43.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381522200.370.3100.14229.7653.9570.2
Hex8A98DC251F0Ee63646
Octal212230334453701634666106
Binary1000101010011000110111001001011111101110111001101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A98DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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