#99A1D7

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

Shades of Portage #99A1D7

Tints of Portage #99A1D7

Color information

#99A1D7 (or 0x99A1D7) is unknown color: approx Portage. HEX triplet: 99, A1 and D7. RGB value is (153,161,215). Sum of RGB (Red+Green+Blue) = 153+161+215=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #99A1D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A1D7 is #665E28. Grayscale: #A4A4A4. Windows color (decimal): -6708777 or 14131609. OLE color: 14131609.

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

Color convert

RGB153161215-
CMYK0.290.2500.16
HSL232.26º43.66%72.16%-
HSV(B)232.26º28.84%84.31%-
XYZ38.1537.1769.45-
YUV164.76156.35119.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.92%
GREEN value IS 161 (63.28% from 255) = 30.43%
BLUE value IS 215 (84.38% from 255) = 40.64%
R=28.92%
G=30.43%
B=40.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1531612150.290.2500.16232.2643.6672.16
Hex99A1D71D19010e82c48
Octal231241327353102035054110
Binary1001100110100001110101111110111001010000111010001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,161,215); }

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

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

 a { background-color: rgb(153,161,215); }

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

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

 span { border-color: rgb(153,161,215); }

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