#999AFA

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

Shades of Portage #999AFA

Tints of Portage #999AFA

Color information

#999AFA (or 0x999AFA) is unknown color: approx Portage. HEX triplet: 99, 9A and FA. RGB value is (153,154,250). Sum of RGB (Red+Green+Blue) = 153+154+250=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #999AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999AFA is #666505. Grayscale: #A4A4A4. Windows color (decimal): -6710534 or 16423577. OLE color: 16423577.

HSL color Cylindrical-coordinate representation of color #999AFA: hue angle of 239.38º 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 #999AFA is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153154250-
CMYK0.390.3800.02
HSL239.38º90.65%79.02%-
HSV(B)239.38º38.8%98.04%-
XYZ41.9536.7995.33-
YUV164.64176.17119.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.47%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=27.47%
G=27.65%
B=44.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531542500.390.3800.02239.3890.6579.02
Hex999AFA272602ef5b4f
Octal231232372474602357133117
Binary1001100110011010111110101001111001100101110111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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