Html Css Color HEX #999FDC Portage

📋 copy color: '#999FDC'

red 153 ◦ green 159 ◦ blue 220

#999FDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #999FDC

Tints of Portage #999FDC

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 value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#999FDC (or 0x999FDC) is known color: 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

RGB 153 159 220 -
CMYK 0.30 0.28 0 0.14
HSL 234.63º 0.49% 0.73% -
HSV(B) 234.63º 0.3% 0.86% -
XYZ 38.45 36.74 72.77 -
YUV 164.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 153 159 220 0.30 0.28 0 0.14 234.63 0.49 0.73
Hex 99 9F DC 1E 1C 0 E EB 31 49
Octal 231 237 334 36 34 0 16 353 61 111
Binary 10011001 10011111 11011100 11110 11100 0 1110 11101011 110001 1001001

Color Harmonies of #999FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FDC

Black with #999FDC

Text Example


Text Example

White with #999FDC

Text Example


Text Example

HTML Codes & Css Web 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>