#999CF2

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

Shades of Portage #999CF2

Tints of Portage #999CF2

Color information

#999CF2 (or 0x999CF2) is unknown color: approx Portage. HEX triplet: 99, 9C and F2. RGB value is (153,156,242). Sum of RGB (Red+Green+Blue) = 153+156+242=551 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.77% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #999CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999CF2 is #66630D. Grayscale: #A4A4A4. Windows color (decimal): -6710030 or 15899801. OLE color: 15899801.

HSL color Cylindrical-coordinate representation of color #999CF2: hue angle of 237.98º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #999CF2 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153156242-
CMYK0.370.3600.05
HSL237.98º77.39%77.45%-
HSV(B)237.98º36.78%94.9%-
XYZ41.0536.9688.97-
YUV164.91171.51119.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.77%
GREEN value IS 156 (61.33% from 255) = 28.31%
BLUE value IS 242 (94.92% from 255) = 43.92%
R=27.77%
G=28.31%
B=43.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531562420.370.3600.05237.9877.3977.45
Hex999CF2252405ee4d4d
Octal231234362454405356115115
Binary10011001100111001111001010010110010001011110111010011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,156,242); }

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

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

 a { background-color: rgb(153,156,242); }

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

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

 span { border-color: rgb(153,156,242); }

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