#999EFC

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

Shades of Portage #999EFC

Tints of Portage #999EFC

Color information

#999EFC (or 0x999EFC) is unknown color: approx Portage. HEX triplet: 99, 9E and FC. RGB value is (153,158,252). Sum of RGB (Red+Green+Blue) = 153+158+252=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #999EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EFC is #666103. Grayscale: #A6A6A6. Windows color (decimal): -6709508 or 16555673. OLE color: 16555673.

HSL color Cylindrical-coordinate representation of color #999EFC: hue angle of 236.97º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #999EFC is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153158252-
CMYK0.390.3700.01
HSL236.97º94.29%79.41%-
HSV(B)236.97º39.29%98.82%-
XYZ42.9338.2597.22-
YUV167.22175.84117.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.18%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 252 (98.83% from 255) = 44.76%
R=27.18%
G=28.06%
B=44.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531582520.390.3700.01236.9794.2979.41
Hex999EFC272501ed5e4f
Octal231236374474501355136117
Binary100110011001111011111100100111100101011110110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,158,252); }

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

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

 a { background-color: rgb(153,158,252); }

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

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

 span { border-color: rgb(153,158,252); }

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