#98A7DC

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

Shades of Portage #98A7DC

Tints of Portage #98A7DC

Color information

#98A7DC (or 0x98A7DC) is unknown color: approx Portage. HEX triplet: 98, A7 and DC. RGB value is (152,167,220). Sum of RGB (Red+Green+Blue) = 152+167+220=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #98A7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A7DC is #675823. Grayscale: #A8A8A8. Windows color (decimal): -6772772 or 14460824. OLE color: 14460824.

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

Color convert

RGB152167220-
CMYK0.310.2400.14
HSL226.76º49.28%72.94%-
HSV(B)226.76º30.91%86.27%-
XYZ39.6939.4873.24-
YUV168.56157.03116.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.20%
GREEN value IS 167 (65.62% from 255) = 30.98%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=28.20%
G=30.98%
B=40.82%

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
Decimal1521672200.310.2400.14226.7649.2872.94
Hex98A7DC1F180Ee33149
Octal230247334373001634361111
Binary100110001010011111011100111111100001110111000111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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