#9396F9

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

Shades of Portage #9396F9

Tints of Portage #9396F9

Color information

#9396F9 (or 0x9396F9) is unknown color: approx Portage. HEX triplet: 93, 96 and F9. RGB value is (147,150,249). Sum of RGB (Red+Green+Blue) = 147+150+249=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #9396F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9396F9 is #6C6906. Grayscale: #9F9F9F. Windows color (decimal): -7104775 or 16357011. OLE color: 16357011.

HSL color Cylindrical-coordinate representation of color #9396F9: hue angle of 238.24º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9396F9 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147150249-
CMYK0.410.4000.02
HSL238.24º89.47%77.65%-
HSV(B)238.24º40.96%97.65%-
XYZ40.0434.8694.24-
YUV160.39178.01118.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.92%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 249 (97.66% from 255) = 45.60%
R=26.92%
G=27.47%
B=45.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471502490.410.4000.02238.2489.4777.65
Hex9396F9292802ee594e
Octal223226371515002356131116
Binary1001001110010110111110011010011010000101110111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9396F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9396F9; }

 p { color: rgb(147,150,249); }

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

<style>
 a { background-color: #9396F9; }

 a { background-color: rgb(147,150,249); }

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

<style>
 span { border-color: #9396F9; }

 span { border-color: rgb(147,150,249); }

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