#98A5DA

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

Shades of Portage #98A5DA

Tints of Portage #98A5DA

Color information

#98A5DA (or 0x98A5DA) is unknown color: approx Portage. HEX triplet: 98, A5 and DA. RGB value is (152,165,218). Sum of RGB (Red+Green+Blue) = 152+165+218=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #98A5DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A5DA is #675A25. Grayscale: #A6A6A6. Windows color (decimal): -6773286 or 14329240. OLE color: 14329240.

HSL color Cylindrical-coordinate representation of color #98A5DA: hue angle of 228.18º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98A5DA is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152165218-
CMYK0.300.2400.15
HSL228.18º47.14%72.55%-
HSV(B)228.18º30.28%85.49%-
XYZ39.0638.6571.73-
YUV167.16156.69117.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.41%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=28.41%
G=30.84%
B=40.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521652180.300.2400.15228.1847.1472.55
Hex98A5DA1E180Fe42f49
Octal230245332363001734457111
Binary100110001010010111011010111101100001111111001001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,165,218); }

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

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

 a { background-color: rgb(152,165,218); }

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

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

 span { border-color: rgb(152,165,218); }

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