#9394F0

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

Shades of Portage #9394F0

Tints of Portage #9394F0

Color information

#9394F0 (or 0x9394F0) is unknown color: approx Portage. HEX triplet: 93, 94 and F0. RGB value is (147,148,240). Sum of RGB (Red+Green+Blue) = 147+148+240=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #9394F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9394F0 is #6C6B0F. Grayscale: #9D9D9D. Windows color (decimal): -7105296 or 15766675. OLE color: 15766675.

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

Color convert

RGB147148240-
CMYK0.390.3800.06
HSL239.35º75.61%75.88%-
HSV(B)239.35º38.75%94.12%-
XYZ38.3533.6786.92-
YUV158.19174.17120.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.48%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 240 (94.14% from 255) = 44.86%
R=27.48%
G=27.66%
B=44.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471482400.390.3800.06239.3575.6175.88
Hex9394F0272606ef4c4c
Octal223224360474606357114114
Binary10010011100101001111000010011110011001101110111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9394F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,148,240); }

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

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

 a { background-color: rgb(147,148,240); }

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

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

 span { border-color: rgb(147,148,240); }

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