#9195FC

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

Shades of Portage #9195FC

Tints of Portage #9195FC

Color information

#9195FC (or 0x9195FC) is unknown color: approx Portage. HEX triplet: 91, 95 and FC. RGB value is (145,149,252). Sum of RGB (Red+Green+Blue) = 145+149+252=546 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.56% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #9195FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9195FC is #6E6A03. Grayscale: #9F9F9F. Windows color (decimal): -7236100 or 16553361. OLE color: 16553361.

HSL color Cylindrical-coordinate representation of color #9195FC: hue angle of 237.76º 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 #9195FC is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB145149252-
CMYK0.420.4100.01
HSL237.76º94.69%77.84%-
HSV(B)237.76º42.46%98.82%-
XYZ4034.5496.65-
YUV159.55180.17117.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.56%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 252 (98.83% from 255) = 46.15%
R=26.56%
G=27.29%
B=46.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1451492520.420.4100.01237.7694.6977.84
Hex9195FC2A2901ee5f4e
Octal221225374525101356137116
Binary100100011001010111111100101010101001011110111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9195FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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