#9499FB

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

Shades of Portage #9499FB

Tints of Portage #9499FB

Color information

#9499FB (or 0x9499FB) is unknown color: approx Portage. HEX triplet: 94, 99 and FB. RGB value is (148,153,251). Sum of RGB (Red+Green+Blue) = 148+153+251=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #9499FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9499FB is #6B6604. Grayscale: #A2A2A2. Windows color (decimal): -7038469 or 16488852. OLE color: 16488852.

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

Color convert

RGB148153251-
CMYK0.410.3900.02
HSL237.09º92.79%78.24%-
HSV(B)237.09º41.04%98.43%-
XYZ41.0236.0496.06-
YUV162.68177.84117.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.81%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=26.81%
G=27.72%
B=45.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481532510.410.3900.02237.0992.7978.24
Hex9499FB292702ed5d4e
Octal224231373514702355135116
Binary1001010010011001111110111010011001110101110110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9499FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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