Html Css Color HEX #9399EE Portage

📋 copy color: '#9399EE'

red 147 ◦ green 153 ◦ blue 238

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

Shades of Portage #9399EE

Tints of Portage #9399EE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.44%

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 27.32%
G = 28.44%
B = 44.24%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9399EE (or 0x9399EE) is known color: Portage. HEX triplet: 93, 99 and EE. RGB value is (147,153,238). Sum of RGB (Red+Green+Blue) = 147+153+238=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #9399EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9399EE is #6C6611. Grayscale: #A0A0A0. Windows color (decimal): -7104018 or 15636883. OLE color: 15636883.

HSL color Cylindrical-coordinate representation of color #9399EE: hue angle of 236.04º degrees, saturation: 0.73, 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 #9399EE is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 153 238 -
CMYK 0.38 0.36 0 0.07
HSL 236.04º 0.73% 0.75% -
HSV(B) 236.04º 0.38% 0.93% -
XYZ 38.86 35.16 85.63 -
YUV 160.9 171.51 118.09 -
System Red Green Blue C M Y K H S L
Decimal 147 153 238 0.38 0.36 0 0.07 236.04 0.73 0.75
Hex 93 99 EE 26 24 0 7 EC 49 4B
Octal 223 231 356 46 44 0 7 354 111 113
Binary 10010011 10011001 11101110 100110 100100 0 111 11101100 1001001 1001011

Color Harmonies of #9399EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9399EE

Black with #9399EE

Text Example


Text Example

White with #9399EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9399EE;
 }
 .AnyTagClassName
 {
   color: #9399EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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