#9398ED

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

Shades of Portage #9398ED

Tints of Portage #9398ED

Color information

#9398ED (or 0x9398ED) is unknown color: approx Portage. HEX triplet: 93, 98 and ED. RGB value is (147,152,237). Sum of RGB (Red+Green+Blue) = 147+152+237=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #9398ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9398ED is #6C6712. Grayscale: #9F9F9F. Windows color (decimal): -7104275 or 15571091. OLE color: 15571091.

HSL color Cylindrical-coordinate representation of color #9398ED: hue angle of 236.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9398ED is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147152237-
CMYK0.380.3600.07
HSL236.67º71.43%75.29%-
HSV(B)236.67º37.97%92.94%-
XYZ38.5534.7784.8-
YUV160.2171.34118.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.43%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=27.43%
G=28.36%
B=44.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471522370.380.3600.07236.6771.4375.29
Hex9398ED262407ed474b
Octal223230355464407355107113
Binary10010011100110001110110110011010010001111110110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9398ED; }

 p { color: rgb(147,152,237); }

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

<style>
 a { background-color: #9398ED; }

 a { background-color: rgb(147,152,237); }

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

<style>
 span { border-color: #9398ED; }

 span { border-color: rgb(147,152,237); }

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