#99A3D3

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

Shades of Portage #99A3D3

Tints of Portage #99A3D3

Color information

#99A3D3 (or 0x99A3D3) is unknown color: approx Portage. HEX triplet: 99, A3 and D3. RGB value is (153,163,211). Sum of RGB (Red+Green+Blue) = 153+163+211=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #99A3D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A3D3 is #665C2C. Grayscale: #A5A5A5. Windows color (decimal): -6708269 or 13869977. OLE color: 13869977.

HSL color Cylindrical-coordinate representation of color #99A3D3: hue angle of 229.66º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99A3D3 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB153163211-
CMYK0.270.2300.17
HSL229.66º39.73%71.37%-
HSV(B)229.66º27.49%82.75%-
XYZ37.9937.6766.9-
YUV165.48153.69119.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.03%
GREEN value IS 163 (64.06% from 255) = 30.93%
BLUE value IS 211 (82.81% from 255) = 40.04%
R=29.03%
G=30.93%
B=40.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1531632110.270.2300.17229.6639.7371.37
Hex99A3D31B17011e62847
Octal231243323332702134650107
Binary1001100110100011110100111101110111010001111001101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,163,211); }

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

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

 a { background-color: rgb(153,163,211); }

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

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

 span { border-color: rgb(153,163,211); }

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