Html Css Color HEX #9399D9 Portage

📋 copy color: '#9399D9'

red 147 ◦ green 153 ◦ blue 217

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

Shades of Portage #9399D9

Tints of Portage #9399D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.97%

R = 28.43%
G = 29.59%
B = 41.97%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9399D9 (or 0x9399D9) is known color: Portage. HEX triplet: 93, 99 and D9. RGB value is (147,153,217). Sum of RGB (Red+Green+Blue) = 147+153+217=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #9399D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9399D9 is #6C6626. Grayscale: #9E9E9E. Windows color (decimal): -7104039 or 14260627. OLE color: 14260627.

HSL color Cylindrical-coordinate representation of color #9399D9: hue angle of 234.86º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9399D9 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 153 217 -
CMYK 0.32 0.29 0 0.15
HSL 234.86º 0.48% 0.71% -
HSV(B) 234.86º 0.32% 0.85% -
XYZ 35.95 34 70.31 -
YUV 158.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 147 153 217 0.32 0.29 0 0.15 234.86 0.48 0.71
Hex 93 99 D9 20 1D 0 F EB 30 47
Octal 223 231 331 40 35 0 17 353 60 107
Binary 10010011 10011001 11011001 100000 11101 0 1111 11101011 110000 1000111

Color Harmonies of #9399D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9399D9

Black with #9399D9

Text Example


Text Example

White with #9399D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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