Html Css Color HEX #9398DF Portage

📋 copy color: '#9398DF'

red 147 ◦ green 152 ◦ blue 223

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

Shades of Portage #9398DF

Tints of Portage #9398DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.12%

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 28.16%
G = 29.12%
B = 42.72%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9398DF (or 0x9398DF) is known color: Portage. HEX triplet: 93, 98 and DF. RGB value is (147,152,223). Sum of RGB (Red+Green+Blue) = 147+152+223=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #9398DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398DF is #6C6720. Grayscale: #9E9E9E. Windows color (decimal): -7104289 or 14653587. OLE color: 14653587.

HSL color Cylindrical-coordinate representation of color #9398DF: hue angle of 236.05º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9398DF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 152 223 -
CMYK 0.34 0.32 0 0.13
HSL 236.05º 0.54% 0.73% -
HSV(B) 236.05º 0.34% 0.87% -
XYZ 36.58 33.99 74.44 -
YUV 158.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 147 152 223 0.34 0.32 0 0.13 236.05 0.54 0.73
Hex 93 98 DF 22 20 0 D EC 36 49
Octal 223 230 337 42 40 0 15 354 66 111
Binary 10010011 10011000 11011111 100010 100000 0 1101 11101100 110110 1001001

Color Harmonies of #9398DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9398DF

Black with #9398DF

Text Example


Text Example

White with #9398DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9398DF;
 }
 .AnyTagClassName
 {
   color: #9398DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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