#98A3DB

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

Shades of Portage #98A3DB

Tints of Portage #98A3DB

Color information

#98A3DB (or 0x98A3DB) is unknown color: approx Portage. HEX triplet: 98, A3 and DB. RGB value is (152,163,219). Sum of RGB (Red+Green+Blue) = 152+163+219=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #98A3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A3DB is #675C24. Grayscale: #A5A5A5. Windows color (decimal): -6773797 or 14394264. OLE color: 14394264.

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

Color convert

RGB152163219-
CMYK0.310.2600.14
HSL230.15º48.2%72.75%-
HSV(B)230.15º30.59%85.88%-
XYZ38.8337.9872.3-
YUV166.1157.86117.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.46%
GREEN value IS 163 (64.06% from 255) = 30.52%
BLUE value IS 219 (85.94% from 255) = 41.01%
R=28.46%
G=30.52%
B=41.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521632190.310.2600.14230.1548.272.75
Hex98A3DB1F1A0Ee63049
Octal230243333373201634660111
Binary100110001010001111011011111111101001110111001101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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