Html Css Color HEX #9395DB Portage

📋 copy color: '#9395DB'

red 147 ◦ green 149 ◦ blue 219

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

Shades of Portage #9395DB

Tints of Portage #9395DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.93%

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

R = 28.54%
G = 28.93%
B = 42.52%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9395DB (or 0x9395DB) is known color: Portage. HEX triplet: 93, 95 and DB. RGB value is (147,149,219). Sum of RGB (Red+Green+Blue) = 147+149+219=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #9395DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9395DB is #6C6A24. Grayscale: #9C9C9C. Windows color (decimal): -7105061 or 14390675. OLE color: 14390675.

HSL color Cylindrical-coordinate representation of color #9395DB: hue angle of 238.33º 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 #9395DB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 149 219 -
CMYK 0.33 0.32 0 0.14
HSL 238.33º 0.5% 0.72% -
HSV(B) 238.33º 0.33% 0.86% -
XYZ 35.57 32.81 71.48 -
YUV 156.38 163.34 121.31 -
System Red Green Blue C M Y K H S L
Decimal 147 149 219 0.33 0.32 0 0.14 238.33 0.5 0.72
Hex 93 95 DB 21 20 0 E EE 32 48
Octal 223 225 333 41 40 0 16 356 62 110
Binary 10010011 10010101 11011011 100001 100000 0 1110 11101110 110010 1001000

Color Harmonies of #9395DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9395DB

Black with #9395DB

Text Example


Text Example

White with #9395DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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