#9399FE

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

Shades of Portage #9399FE

Tints of Portage #9399FE

Color information

#9399FE (or 0x9399FE) is unknown color: approx Portage. HEX triplet: 93, 99 and FE. RGB value is (147,153,254). Sum of RGB (Red+Green+Blue) = 147+153+254=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #9399FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9399FE is #6C6601. Grayscale: #A2A2A2. Windows color (decimal): -7104002 or 16685459. OLE color: 16685459.

HSL color Cylindrical-coordinate representation of color #9399FE: hue angle of 236.64º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9399FE is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB147153254-
CMYK0.420.4000.00
HSL236.64º98.17%78.63%-
HSV(B)236.64º42.13%99.61%-
XYZ41.3136.1498.56-
YUV162.72179.51116.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.53%
GREEN value IS 153 (60.16% from 255) = 27.62%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=26.53%
G=27.62%
B=45.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1471532540.420.4000.00236.6498.1778.63
Hex9399FE2A2800ed624f
Octal223231376525000355142117
Binary100100111001100111111110101010101000001110110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9399FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9399FE; }

 p { color: rgb(147,153,254); }

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

<style>
 a { background-color: #9399FE; }

 a { background-color: rgb(147,153,254); }

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

<style>
 span { border-color: #9399FE; }

 span { border-color: rgb(147,153,254); }

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