#8A98CD

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

Shades of Portage #8A98CD

Tints of Portage #8A98CD

Color information

#8A98CD (or 0x8A98CD) is unknown color: approx Portage. HEX triplet: 8A, 98 and CD. RGB value is (138,152,205). Sum of RGB (Red+Green+Blue) = 138+152+205=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A98CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A98CD is #756732. Grayscale: #999999. Windows color (decimal): -7694131 or 13473930. OLE color: 13473930.

HSL color Cylindrical-coordinate representation of color #8A98CD: hue angle of 227.46º 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 #8A98CD is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138152205-
CMYK0.330.2600.20
HSL227.46º40.12%67.25%-
HSV(B)227.46º32.68%80.39%-
XYZ32.7332.2762.26-
YUV153.86156.86116.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.88%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=27.88%
G=30.71%
B=41.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381522050.330.2600.20227.4640.1267.25
Hex8A98CD211A014e32843
Octal212230315413202434350103
Binary10001010100110001100110110000111010010100111000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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