#99A4DC

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

Shades of Portage #99A4DC

Tints of Portage #99A4DC

Color information

#99A4DC (or 0x99A4DC) is unknown color: approx Portage. HEX triplet: 99, A4 and DC. RGB value is (153,164,220). Sum of RGB (Red+Green+Blue) = 153+164+220=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #99A4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A4DC is #665B23. Grayscale: #A6A6A6. Windows color (decimal): -6708004 or 14460057. OLE color: 14460057.

HSL color Cylindrical-coordinate representation of color #99A4DC: hue angle of 230.15º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99A4DC is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153164220-
CMYK0.300.2500.14
HSL230.15º48.91%73.14%-
HSV(B)230.15º30.45%86.27%-
XYZ39.3338.4973.07-
YUV167.1157.86117.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.49%
GREEN value IS 164 (64.45% from 255) = 30.54%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=28.49%
G=30.54%
B=40.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531642200.300.2500.14230.1548.9173.14
Hex99A4DC1E190Ee63149
Octal231244334363101634661111
Binary100110011010010011011100111101100101110111001101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,164,220); }

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

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

 a { background-color: rgb(153,164,220); }

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

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

 span { border-color: rgb(153,164,220); }

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