#9196FC

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

Shades of Portage #9196FC

Tints of Portage #9196FC

Color information

#9196FC (or 0x9196FC) is unknown color: approx Portage. HEX triplet: 91, 96 and FC. RGB value is (145,150,252). Sum of RGB (Red+Green+Blue) = 145+150+252=547 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.51% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #9196FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9196FC is #6E6903. Grayscale: #9F9F9F. Windows color (decimal): -7235844 or 16553617. OLE color: 16553617.

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

Color convert

RGB145150252-
CMYK0.420.4000.01
HSL237.2º94.69%77.84%-
HSV(B)237.2º42.46%98.82%-
XYZ40.1534.8696.71-
YUV160.13179.84117.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.51%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 252 (98.83% from 255) = 46.07%
R=26.51%
G=27.42%
B=46.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451502520.420.4000.01237.294.6977.84
Hex9196FC2A2801ed5f4e
Octal221226374525001355137116
Binary100100011001011011111100101010101000011110110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9196FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,150,252); }

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

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

 a { background-color: rgb(145,150,252); }

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

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

 span { border-color: rgb(145,150,252); }

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