#999FDC

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

Shades of Portage #999FDC

Tints of Portage #999FDC

Color information

#999FDC (or 0x999FDC) is unknown color: approx Portage. HEX triplet: 99, 9F and DC. RGB value is (153,159,220). Sum of RGB (Red+Green+Blue) = 153+159+220=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #999FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FDC is #666023. Grayscale: #A3A3A3. Windows color (decimal): -6709284 or 14458777. OLE color: 14458777.

HSL color Cylindrical-coordinate representation of color #999FDC: hue angle of 234.63º 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 #999FDC is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153159220-
CMYK0.300.2800.14
HSL234.63º48.91%73.14%-
HSV(B)234.63º30.45%86.27%-
XYZ38.4536.7472.77-
YUV164.16159.51120.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.76%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=28.76%
G=29.89%
B=41.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531592200.300.2800.14234.6348.9173.14
Hex999FDC1E1C0Eeb3149
Octal231237334363401635361111
Binary100110011001111111011100111101110001110111010111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999FDC; }

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

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

<style>
 a { background-color: #999FDC; }

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

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

<style>
 span { border-color: #999FDC; }

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

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