#98A1DC

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

Shades of Portage #98A1DC

Tints of Portage #98A1DC

Color information

#98A1DC (or 0x98A1DC) is unknown color: approx Portage. HEX triplet: 98, A1 and DC. RGB value is (152,161,220). Sum of RGB (Red+Green+Blue) = 152+161+220=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #98A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1DC is #675E23. Grayscale: #A4A4A4. Windows color (decimal): -6774308 or 14459288. OLE color: 14459288.

HSL color Cylindrical-coordinate representation of color #98A1DC: hue angle of 232.06º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98A1DC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152161220-
CMYK0.310.2700.14
HSL232.06º49.28%72.94%-
HSV(B)232.06º30.91%86.27%-
XYZ38.6137.3372.88-
YUV165.04159.02118.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.52%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=28.52%
G=30.21%
B=41.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521612200.310.2700.14232.0649.2872.94
Hex98A1DC1F1B0Ee83149
Octal230241334373301635061111
Binary100110001010000111011100111111101101110111010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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