#99A5D9

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

Shades of Portage #99A5D9

Tints of Portage #99A5D9

Color information

#99A5D9 (or 0x99A5D9) is unknown color: approx Portage. HEX triplet: 99, A5 and D9. RGB value is (153,165,217). Sum of RGB (Red+Green+Blue) = 153+165+217=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #99A5D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5D9 is #665A26. Grayscale: #A7A7A7. Windows color (decimal): -6707751 or 14263705. OLE color: 14263705.

HSL color Cylindrical-coordinate representation of color #99A5D9: hue angle of 228.75º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99A5D9 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153165217-
CMYK0.290.2400.15
HSL228.75º45.71%72.55%-
HSV(B)228.75º29.49%85.1%-
XYZ39.1238.6971.05-
YUV167.34156.02117.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.60%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 217 (85.16% from 255) = 40.56%
R=28.60%
G=30.84%
B=40.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531652170.290.2400.15228.7545.7172.55
Hex99A5D91D180Fe52e49
Octal231245331353001734556111
Binary100110011010010111011001111011100001111111001011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A5D9; }

 p { color: rgb(153,165,217); }

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

<style>
 a { background-color: #99A5D9; }

 a { background-color: rgb(153,165,217); }

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

<style>
 span { border-color: #99A5D9; }

 span { border-color: rgb(153,165,217); }

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