#99A3D6

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

Shades of Portage #99A3D6

Tints of Portage #99A3D6

Color information

#99A3D6 (or 0x99A3D6) is unknown color: approx Portage. HEX triplet: 99, A3 and D6. RGB value is (153,163,214). Sum of RGB (Red+Green+Blue) = 153+163+214=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #99A3D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A3D6 is #665C29. Grayscale: #A5A5A5. Windows color (decimal): -6708266 or 14066585. OLE color: 14066585.

HSL color Cylindrical-coordinate representation of color #99A3D6: hue angle of 230.16º 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 #99A3D6 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB153163214-
CMYK0.290.2400.16
HSL230.16º42.66%71.96%-
HSV(B)230.16º28.5%83.92%-
XYZ38.3737.8268.9-
YUV165.82155.19118.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.87%
GREEN value IS 163 (64.06% from 255) = 30.75%
BLUE value IS 214 (83.98% from 255) = 40.38%
R=28.87%
G=30.75%
B=40.38%

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
Decimal1531632140.290.2400.16230.1642.6671.96
Hex99A3D61D18010e62b48
Octal231243326353002034653110
Binary1001100110100011110101101110111000010000111001101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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