Html Css Color HEX #9389EB Portage

📋 copy color: '#9389EB'

red 147 ◦ green 137 ◦ blue 235

#9389EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #9389EB

Tints of Portage #9389EB

RGB

 RED value IS 147 (57.81% from 255) = 28.32%

 GREEN value IS 137 (53.91% from 255) = 26.4%

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 28.32%
G = 26.4%
B = 45.28%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9389EB (or 0x9389EB) is known color: Portage. HEX triplet: 93, 89 and EB. RGB value is (147,137,235). Sum of RGB (Red+Green+Blue) = 147+137+235=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #9389EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9389EB is #6C7614. Grayscale: #969696. Windows color (decimal): -7108117 or 15436179. OLE color: 15436179.

HSL color Cylindrical-coordinate representation of color #9389EB: hue angle of 246.12º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9389EB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 137 235 -
CMYK 0.37 0.42 0 0.08
HSL 246.12º 0.71% 0.73% -
HSV(B) 246.12º 0.42% 0.92% -
XYZ 35.97 30.09 82.51 -
YUV 151.16 175.31 125.03 -
System Red Green Blue C M Y K H S L
Decimal 147 137 235 0.37 0.42 0 0.08 246.12 0.71 0.73
Hex 93 89 EB 25 2A 0 8 F6 47 49
Octal 223 211 353 45 52 0 10 366 107 111
Binary 10010011 10001001 11101011 100101 101010 0 1000 11110110 1000111 1001001

Color Harmonies of #9389EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9389EB

Black with #9389EB

Text Example


Text Example

White with #9389EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9389EB; }

 p { color: rgb(147,137,235); }

 H1.HeaderClassName
 {
   color: #9389EB;
 }
 .AnyTagClassName
 {
   color: #9389EB;
 }
</style>

background-color css

<style>
 a { background-color: #9389EB; }

 a { background-color: rgb(147,137,235); }

 div.DivClassName
 {
   background-color: #9389EB;
 }
 .BgClassName
 {
   background-color: #9389EB;
 }
</style>

border-color css

<style>
 span { border-color: #9389EB; }

 span { border-color: rgb(147,137,235); }

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