Html Css Color HEX #9597DE Portage

📋 copy color: '#9597DE'

red 149 ◦ green 151 ◦ blue 222

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

Shades of Portage #9597DE

Tints of Portage #9597DE

RGB

 RED value IS 149 (58.59% from 255) = 28.54%

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

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 28.54%
G = 28.93%
B = 42.53%

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

#9597DE (or 0x9597DE) is known color: Portage. HEX triplet: 95, 97 and DE. RGB value is (149,151,222). Sum of RGB (Red+Green+Blue) = 149+151+222=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #9597DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597DE is #6A6821. Grayscale: #9E9E9E. Windows color (decimal): -6973474 or 14587797. OLE color: 14587797.

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

Color convert

RGB 149 151 222 -
CMYK 0.33 0.32 0 0.13
HSL 238.36º 0.53% 0.73% -
HSV(B) 238.36º 0.33% 0.87% -
XYZ 36.65 33.8 73.7 -
YUV 158.5 163.84 121.23 -
System Red Green Blue C M Y K H S L
Decimal 149 151 222 0.33 0.32 0 0.13 238.36 0.53 0.73
Hex 95 97 DE 21 20 0 D EE 35 49
Octal 225 227 336 41 40 0 15 356 65 111
Binary 10010101 10010111 11011110 100001 100000 0 1101 11101110 110101 1001001

Color Harmonies of #9597DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9597DE

Black with #9597DE

Text Example


Text Example

White with #9597DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9597DE; }

 p { color: rgb(149,151,222); }

 H1.HeaderClassName
 {
   color: #9597DE;
 }
 .AnyTagClassName
 {
   color: #9597DE;
 }
</style>

background-color css

<style>
 a { background-color: #9597DE; }

 a { background-color: rgb(149,151,222); }

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

border-color css

<style>
 span { border-color: #9597DE; }

 span { border-color: rgb(149,151,222); }

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