Html Css Color HEX #9396DF Portage

📋 copy color: '#9396DF'

red 147 ◦ green 150 ◦ blue 223

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

Shades of Portage #9396DF

Tints of Portage #9396DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.85%

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

R = 28.27%
G = 28.85%
B = 42.88%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9396DF (or 0x9396DF) is known color: Portage. HEX triplet: 93, 96 and DF. RGB value is (147,150,223). Sum of RGB (Red+Green+Blue) = 147+150+223=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #9396DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9396DF is #6C6920. Grayscale: #9D9D9D. Windows color (decimal): -7104801 or 14653075. OLE color: 14653075.

HSL color Cylindrical-coordinate representation of color #9396DF: hue angle of 237.63º 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 #9396DF is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 150 223 -
CMYK 0.34 0.33 0 0.13
HSL 237.63º 0.54% 0.73% -
HSV(B) 237.63º 0.34% 0.87% -
XYZ 36.26 33.34 74.34 -
YUV 157.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 147 150 223 0.34 0.33 0 0.13 237.63 0.54 0.73
Hex 93 96 DF 22 21 0 D EE 36 49
Octal 223 226 337 42 41 0 15 356 66 111
Binary 10010011 10010110 11011111 100010 100001 0 1101 11101110 110110 1001001

Color Harmonies of #9396DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9396DF

Black with #9396DF

Text Example


Text Example

White with #9396DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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