#98A0DB

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

Shades of Portage #98A0DB

Tints of Portage #98A0DB

Color information

#98A0DB (or 0x98A0DB) is unknown color: approx Portage. HEX triplet: 98, A0 and DB. RGB value is (152,160,219). Sum of RGB (Red+Green+Blue) = 152+160+219=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #98A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0DB is #675F24. Grayscale: #A4A4A4. Windows color (decimal): -6774565 or 14393496. OLE color: 14393496.

HSL color Cylindrical-coordinate representation of color #98A0DB: hue angle of 232.84º degrees, saturation: 0.48, 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 #98A0DB is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152160219-
CMYK0.310.2700.14
HSL232.84º48.2%72.75%-
HSV(B)232.84º30.59%85.88%-
XYZ38.3136.9372.13-
YUV164.33158.85119.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.63%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=28.63%
G=30.13%
B=41.24%

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
Decimal1521602190.310.2700.14232.8448.272.75
Hex98A0DB1F1B0Ee93049
Octal230240333373301635160111
Binary100110001010000011011011111111101101110111010011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,160,219); }

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

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

 a { background-color: rgb(152,160,219); }

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

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

 span { border-color: rgb(152,160,219); }

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