#9799FB

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

Shades of Portage #9799FB

Tints of Portage #9799FB

Color information

#9799FB (or 0x9799FB) is unknown color: approx Portage. HEX triplet: 97, 99 and FB. RGB value is (151,153,251). Sum of RGB (Red+Green+Blue) = 151+153+251=555 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.21% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #9799FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9799FB is #686604. Grayscale: #A3A3A3. Windows color (decimal): -6841861 or 16488855. OLE color: 16488855.

HSL color Cylindrical-coordinate representation of color #9799FB: hue angle of 238.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9799FB is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151153251-
CMYK0.400.3900.02
HSL238.8º92.59%78.82%-
HSV(B)238.8º39.84%98.43%-
XYZ41.5736.3396.09-
YUV163.57177.34119.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.21%
GREEN value IS 153 (60.16% from 255) = 27.57%
BLUE value IS 251 (98.44% from 255) = 45.23%
R=27.21%
G=27.57%
B=45.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511532510.400.3900.02238.892.5978.82
Hex9799FB282702ef5d4f
Octal227231373504702357135117
Binary1001011110011001111110111010001001110101110111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9799FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9799FB; }

 p { color: rgb(151,153,251); }

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

<style>
 a { background-color: #9799FB; }

 a { background-color: rgb(151,153,251); }

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

<style>
 span { border-color: #9799FB; }

 span { border-color: rgb(151,153,251); }

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