Html Css Color HEX #9597EA Portage

📋 copy color: '#9597EA'

red 149 ◦ green 151 ◦ blue 234

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

Shades of Portage #9597EA

Tints of Portage #9597EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.82%

R = 27.9%
G = 28.28%
B = 43.82%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9597EA (or 0x9597EA) is known color: Portage. HEX triplet: 95, 97 and EA. RGB value is (149,151,234). Sum of RGB (Red+Green+Blue) = 149+151+234=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #9597EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9597EA is #6A6815. Grayscale: #9F9F9F. Windows color (decimal): -6973462 or 15374229. OLE color: 15374229.

HSL color Cylindrical-coordinate representation of color #9597EA: hue angle of 238.59º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9597EA is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 151 234 -
CMYK 0.36 0.35 0 0.08
HSL 238.59º 0.67% 0.75% -
HSV(B) 238.59º 0.36% 0.92% -
XYZ 38.31 34.46 82.47 -
YUV 159.86 169.84 120.25 -
System Red Green Blue C M Y K H S L
Decimal 149 151 234 0.36 0.35 0 0.08 238.59 0.67 0.75
Hex 95 97 EA 24 23 0 8 EF 43 4B
Octal 225 227 352 44 43 0 10 357 103 113
Binary 10010101 10010111 11101010 100100 100011 0 1000 11101111 1000011 1001011

Color Harmonies of #9597EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9597EA

Black with #9597EA

Text Example


Text Example

White with #9597EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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