#999EFA

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

Shades of Portage #999EFA

Tints of Portage #999EFA

Color information

#999EFA (or 0x999EFA) is unknown color: approx Portage. HEX triplet: 99, 9E and FA. RGB value is (153,158,250). Sum of RGB (Red+Green+Blue) = 153+158+250=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #999EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EFA is #666105. Grayscale: #A6A6A6. Windows color (decimal): -6709510 or 16424601. OLE color: 16424601.

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

Color convert

RGB153158250-
CMYK0.390.3700.02
HSL236.91º90.65%79.02%-
HSV(B)236.91º38.8%98.04%-
XYZ42.6238.1395.56-
YUV166.99174.84118.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.27%
GREEN value IS 158 (62.11% from 255) = 28.16%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=27.27%
G=28.16%
B=44.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531582500.390.3700.02236.9190.6579.02
Hex999EFA272502ed5b4f
Octal231236372474502355133117
Binary1001100110011110111110101001111001010101110110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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