#9499FC

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

Shades of Portage #9499FC

Tints of Portage #9499FC

Color information

#9499FC (or 0x9499FC) is unknown color: approx Portage. HEX triplet: 94, 99 and FC. RGB value is (148,153,252). Sum of RGB (Red+Green+Blue) = 148+153+252=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #9499FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9499FC is #6B6603. Grayscale: #A2A2A2. Windows color (decimal): -7038468 or 16554388. OLE color: 16554388.

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

Color convert

RGB148153252-
CMYK0.410.3900.01
HSL237.12º94.55%78.43%-
HSV(B)237.12º41.27%98.82%-
XYZ41.1736.1196.89-
YUV162.79178.34117.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.76%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 252 (98.83% from 255) = 45.57%
R=26.76%
G=27.67%
B=45.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1481532520.410.3900.01237.1294.5578.43
Hex9499FC292701ed5f4e
Octal224231374514701355137116
Binary100101001001100111111100101001100111011110110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9499FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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