Html Css Color HEX #9397DC Portage

📋 copy color: '#9397DC'

red 147 ◦ green 151 ◦ blue 220

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

Shades of Portage #9397DC

Tints of Portage #9397DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.15%

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 28.38%
G = 29.15%
B = 42.47%

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

#9397DC (or 0x9397DC) is known color: Portage. HEX triplet: 93, 97 and DC. RGB value is (147,151,220). Sum of RGB (Red+Green+Blue) = 147+151+220=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #9397DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9397DC is #6C6823. Grayscale: #9D9D9D. Windows color (decimal): -7104548 or 14456723. OLE color: 14456723.

HSL color Cylindrical-coordinate representation of color #9397DC: hue angle of 236.71º degrees, saturation: 0.51, 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 #9397DC is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 151 220 -
CMYK 0.33 0.31 0 0.14
HSL 236.71º 0.51% 0.72% -
HSV(B) 236.71º 0.33% 0.86% -
XYZ 36.02 33.5 72.28 -
YUV 157.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 147 151 220 0.33 0.31 0 0.14 236.71 0.51 0.72
Hex 93 97 DC 21 1F 0 E ED 33 48
Octal 223 227 334 41 37 0 16 355 63 110
Binary 10010011 10010111 11011100 100001 11111 0 1110 11101101 110011 1001000

Color Harmonies of #9397DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9397DC

Black with #9397DC

Text Example


Text Example

White with #9397DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9397DC; }

 p { color: rgb(147,151,220); }

 H1.HeaderClassName
 {
   color: #9397DC;
 }
 .AnyTagClassName
 {
   color: #9397DC;
 }
</style>

background-color css

<style>
 a { background-color: #9397DC; }

 a { background-color: rgb(147,151,220); }

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

border-color css

<style>
 span { border-color: #9397DC; }

 span { border-color: rgb(147,151,220); }

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