Html Css Color HEX #999FDE Portage

📋 copy color: '#999FDE'

red 153 ◦ green 159 ◦ blue 222

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

Shades of Portage #999FDE

Tints of Portage #999FDE

RGB

 RED value IS 153 (60.16% from 255) = 28.65%

 GREEN value IS 159 (62.5% from 255) = 29.78%

 BLUE value IS 222 (87.11% from 255) = 41.57%

R = 28.65%
G = 29.78%
B = 41.57%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#999FDE (or 0x999FDE) is known color: Portage. HEX triplet: 99, 9F and DE. RGB value is (153,159,222). Sum of RGB (Red+Green+Blue) = 153+159+222=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #999FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FDE is #666021. Grayscale: #A4A4A4. Windows color (decimal): -6709282 or 14589849. OLE color: 14589849.

HSL color Cylindrical-coordinate representation of color #999FDE: hue angle of 234.78º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999FDE is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 159 222 -
CMYK 0.31 0.28 0 0.13
HSL 234.78º 0.51% 0.74% -
HSV(B) 234.78º 0.31% 0.87% -
XYZ 38.72 36.84 74.18 -
YUV 164.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 153 159 222 0.31 0.28 0 0.13 234.78 0.51 0.74
Hex 99 9F DE 1F 1C 0 D EB 33 4A
Octal 231 237 336 37 34 0 15 353 63 112
Binary 10011001 10011111 11011110 11111 11100 0 1101 11101011 110011 1001010

Color Harmonies of #999FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FDE

Black with #999FDE

Text Example


Text Example

White with #999FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #999FDE;
 }
 .AnyTagClassName
 {
   color: #999FDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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