Html Css Color HEX #9796EE Portage

📋 copy color: '#9796EE'

red 151 ◦ green 150 ◦ blue 238

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

Shades of Portage #9796EE

Tints of Portage #9796EE

RGB

 RED value IS 151 (59.38% from 255) = 28.01%

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

 BLUE value IS 238 (93.36% from 255) = 44.16%

R = 28.01%
G = 27.83%
B = 44.16%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9796EE (or 0x9796EE) is known color: Portage. HEX triplet: 97, 96 and EE. RGB value is (151,150,238). Sum of RGB (Red+Green+Blue) = 151+150+238=539 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.01% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #9796EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9796EE is #686911. Grayscale: #9F9F9F. Windows color (decimal): -6842642 or 15636119. OLE color: 15636119.

HSL color Cylindrical-coordinate representation of color #9796EE: hue angle of 240.68º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9796EE is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 150 238 -
CMYK 0.37 0.37 0 0.07
HSL 240.68º 0.72% 0.76% -
HSV(B) 240.68º 0.37% 0.93% -
XYZ 39.1 34.57 85.5 -
YUV 160.33 171.83 121.34 -
System Red Green Blue C M Y K H S L
Decimal 151 150 238 0.37 0.37 0 0.07 240.68 0.72 0.76
Hex 97 96 EE 25 25 0 7 F1 48 4C
Octal 227 226 356 45 45 0 7 361 110 114
Binary 10010111 10010110 11101110 100101 100101 0 111 11110001 1001000 1001100

Color Harmonies of #9796EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9796EE

Black with #9796EE

Text Example


Text Example

White with #9796EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9796EE; }

 p { color: rgb(151,150,238); }

 H1.HeaderClassName
 {
   color: #9796EE;
 }
 .AnyTagClassName
 {
   color: #9796EE;
 }
</style>

background-color css

<style>
 a { background-color: #9796EE; }

 a { background-color: rgb(151,150,238); }

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

border-color css

<style>
 span { border-color: #9796EE; }

 span { border-color: rgb(151,150,238); }

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