#999EF7

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

Shades of Portage #999EF7

Tints of Portage #999EF7

Color information

#999EF7 (or 0x999EF7) is unknown color: approx Portage. HEX triplet: 99, 9E and F7. RGB value is (153,158,247). Sum of RGB (Red+Green+Blue) = 153+158+247=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 247 (96.88% from 255 or 44.27% from 558); Max value from RGB is 247 - color contains mainly: blue. Hex color #999EF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EF7 is #666108. Grayscale: #A6A6A6. Windows color (decimal): -6709513 or 16227993. OLE color: 16227993.

HSL color Cylindrical-coordinate representation of color #999EF7: hue angle of 236.81º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #999EF7 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153158247-
CMYK0.380.3600.03
HSL236.81º85.45%78.43%-
HSV(B)236.81º38.06%96.86%-
XYZ42.1537.9493.1-
YUV166.65173.34118.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.42%
GREEN value IS 158 (62.11% from 255) = 28.32%
BLUE value IS 247 (96.88% from 255) = 44.27%
R=27.42%
G=28.32%
B=44.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1531582470.380.3600.03236.8185.4578.43
Hex999EF7262403ed554e
Octal231236367464403355125116
Binary1001100110011110111101111001101001000111110110110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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