Html Css Color HEX #9397DD Portage

📋 copy color: '#9397DD'

red 147 ◦ green 151 ◦ blue 221

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

Shades of Portage #9397DD

Tints of Portage #9397DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 28.32%
G = 29.09%
B = 42.58%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9397DD (or 0x9397DD) is known color: Portage. HEX triplet: 93, 97 and DD. RGB value is (147,151,221). Sum of RGB (Red+Green+Blue) = 147+151+221=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #9397DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9397DD is #6C6822. Grayscale: #9D9D9D. Windows color (decimal): -7104547 or 14522259. OLE color: 14522259.

HSL color Cylindrical-coordinate representation of color #9397DD: hue angle of 236.76º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9397DD is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 151 221 -
CMYK 0.33 0.32 0 0.13
HSL 236.76º 0.52% 0.72% -
HSV(B) 236.76º 0.33% 0.87% -
XYZ 36.15 33.56 72.98 -
YUV 157.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 147 151 221 0.33 0.32 0 0.13 236.76 0.52 0.72
Hex 93 97 DD 21 20 0 D ED 34 48
Octal 223 227 335 41 40 0 15 355 64 110
Binary 10010011 10010111 11011101 100001 100000 0 1101 11101101 110100 1001000

Color Harmonies of #9397DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9397DD

Black with #9397DD

Text Example


Text Example

White with #9397DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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