#99A2D6

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

Shades of Portage #99A2D6

Tints of Portage #99A2D6

Color information

#99A2D6 (or 0x99A2D6) is unknown color: approx Portage. HEX triplet: 99, A2 and D6. RGB value is (153,162,214). Sum of RGB (Red+Green+Blue) = 153+162+214=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #99A2D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2D6 is #665D29. Grayscale: #A5A5A5. Windows color (decimal): -6708522 or 14066329. OLE color: 14066329.

HSL color Cylindrical-coordinate representation of color #99A2D6: hue angle of 231.15º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99A2D6 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB153162214-
CMYK0.290.2400.16
HSL231.15º42.66%71.96%-
HSV(B)231.15º28.5%83.92%-
XYZ38.1937.4768.84-
YUV165.24155.52119.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.92%
GREEN value IS 162 (63.67% from 255) = 30.62%
BLUE value IS 214 (83.98% from 255) = 40.45%
R=28.92%
G=30.62%
B=40.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1531622140.290.2400.16231.1542.6671.96
Hex99A2D61D18010e72b48
Octal231242326353002034753110
Binary1001100110100010110101101110111000010000111001111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,162,214); }

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

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

 a { background-color: rgb(153,162,214); }

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

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

 span { border-color: rgb(153,162,214); }

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