#99A5DA

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

Shades of Portage #99A5DA

Tints of Portage #99A5DA

Color information

#99A5DA (or 0x99A5DA) is unknown color: approx Portage. HEX triplet: 99, A5 and DA. RGB value is (153,165,218). Sum of RGB (Red+Green+Blue) = 153+165+218=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #99A5DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5DA is #665A25. Grayscale: #A7A7A7. Windows color (decimal): -6707750 or 14329241. OLE color: 14329241.

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

Color convert

RGB153165218-
CMYK0.300.2400.15
HSL228.92º46.76%72.75%-
HSV(B)228.92º29.82%85.49%-
XYZ39.2538.7471.74-
YUV167.45156.52117.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.54%
GREEN value IS 165 (64.84% from 255) = 30.78%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=28.54%
G=30.78%
B=40.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531652180.300.2400.15228.9246.7672.75
Hex99A5DA1E180Fe52f49
Octal231245332363001734557111
Binary100110011010010111011010111101100001111111001011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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