#9195F0

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

Shades of Portage #9195F0

Tints of Portage #9195F0

Color information

#9195F0 (or 0x9195F0) is unknown color: approx Portage. HEX triplet: 91, 95 and F0. RGB value is (145,149,240). Sum of RGB (Red+Green+Blue) = 145+149+240=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #9195F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9195F0 is #6E6A0F. Grayscale: #9D9D9D. Windows color (decimal): -7236112 or 15766929. OLE color: 15766929.

HSL color Cylindrical-coordinate representation of color #9195F0: hue angle of 237.47º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9195F0 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB145149240-
CMYK0.400.3800.06
HSL237.47º76%75.49%-
HSV(B)237.47º39.58%94.12%-
XYZ38.1533.8186.95-
YUV158.18174.17118.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.15%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 240 (94.14% from 255) = 44.94%
R=27.15%
G=27.90%
B=44.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1451492400.400.3800.06237.477675.49
Hex9195F0282606ed4c4b
Octal221225360504606355114113
Binary10010001100101011111000010100010011001101110110110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9195F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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