#98A2D7

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

Shades of Portage #98A2D7

Tints of Portage #98A2D7

Color information

#98A2D7 (or 0x98A2D7) is unknown color: approx Portage. HEX triplet: 98, A2 and D7. RGB value is (152,162,215). Sum of RGB (Red+Green+Blue) = 152+162+215=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #98A2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A2D7 is #675D28. Grayscale: #A4A4A4. Windows color (decimal): -6774057 or 14131864. OLE color: 14131864.

HSL color Cylindrical-coordinate representation of color #98A2D7: hue angle of 230.48º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98A2D7 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB152162215-
CMYK0.290.2500.16
HSL230.48º44.06%71.96%-
HSV(B)230.48º29.3%84.31%-
XYZ38.1337.4269.5-
YUV165.05156.19118.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.73%
GREEN value IS 162 (63.67% from 255) = 30.62%
BLUE value IS 215 (84.38% from 255) = 40.64%
R=28.73%
G=30.62%
B=40.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1521622150.290.2500.16230.4844.0671.96
Hex98A2D71D19010e62c48
Octal230242327353102034654110
Binary1001100010100010110101111110111001010000111001101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A2D7; }

 p { color: rgb(152,162,215); }

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

<style>
 a { background-color: #98A2D7; }

 a { background-color: rgb(152,162,215); }

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

<style>
 span { border-color: #98A2D7; }

 span { border-color: rgb(152,162,215); }

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