#98A6DB

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

Shades of Portage #98A6DB

Tints of Portage #98A6DB

Color information

#98A6DB (or 0x98A6DB) is unknown color: approx Portage. HEX triplet: 98, A6 and DB. RGB value is (152,166,219). Sum of RGB (Red+Green+Blue) = 152+166+219=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #98A6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A6DB is #675924. Grayscale: #A7A7A7. Windows color (decimal): -6773029 or 14395032. OLE color: 14395032.

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

Color convert

RGB152166219-
CMYK0.310.2400.14
HSL227.46º48.2%72.75%-
HSV(B)227.46º30.59%85.88%-
XYZ39.3739.0672.48-
YUV167.86156.86116.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.31%
GREEN value IS 166 (65.23% from 255) = 30.91%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=28.31%
G=30.91%
B=40.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521662190.310.2400.14227.4648.272.75
Hex98A6DB1F180Ee33049
Octal230246333373001634360111
Binary100110001010011011011011111111100001110111000111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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