Html Css Color HEX #9398DB Portage

📋 copy color: '#9398DB'

red 147 ◦ green 152 ◦ blue 219

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

Shades of Portage #9398DB

Tints of Portage #9398DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 28.38%
G = 29.34%
B = 42.28%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9398DB (or 0x9398DB) is known color: Portage. HEX triplet: 93, 98 and DB. RGB value is (147,152,219). Sum of RGB (Red+Green+Blue) = 147+152+219=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #9398DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398DB is #6C6724. Grayscale: #9D9D9D. Windows color (decimal): -7104293 or 14391443. OLE color: 14391443.

HSL color Cylindrical-coordinate representation of color #9398DB: hue angle of 235.83º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9398DB is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 152 219 -
CMYK 0.33 0.31 0 0.14
HSL 235.83º 0.5% 0.72% -
HSV(B) 235.83º 0.33% 0.86% -
XYZ 36.05 33.77 71.64 -
YUV 158.14 162.34 120.05 -
System Red Green Blue C M Y K H S L
Decimal 147 152 219 0.33 0.31 0 0.14 235.83 0.5 0.72
Hex 93 98 DB 21 1F 0 E EC 32 48
Octal 223 230 333 41 37 0 16 354 62 110
Binary 10010011 10011000 11011011 100001 11111 0 1110 11101100 110010 1001000

Color Harmonies of #9398DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9398DB

Black with #9398DB

Text Example


Text Example

White with #9398DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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