Html Css Color HEX #9796ED Portage

📋 copy color: '#9796ED'

red 151 ◦ green 150 ◦ blue 237

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

Shades of Portage #9796ED

Tints of Portage #9796ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 28.07%
G = 27.88%
B = 44.05%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9796ED (or 0x9796ED) is known color: Portage. HEX triplet: 97, 96 and ED. RGB value is (151,150,237). Sum of RGB (Red+Green+Blue) = 151+150+237=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #9796ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9796ED is #686912. Grayscale: #9F9F9F. Windows color (decimal): -6842643 or 15570583. OLE color: 15570583.

HSL color Cylindrical-coordinate representation of color #9796ED: hue angle of 240.69º degrees, saturation: 0.71, 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 #9796ED is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 150 237 -
CMYK 0.36 0.37 0 0.07
HSL 240.69º 0.71% 0.76% -
HSV(B) 240.69º 0.37% 0.93% -
XYZ 38.95 34.51 84.73 -
YUV 160.22 171.33 121.43 -
System Red Green Blue C M Y K H S L
Decimal 151 150 237 0.36 0.37 0 0.07 240.69 0.71 0.76
Hex 97 96 ED 24 25 0 7 F1 47 4C
Octal 227 226 355 44 45 0 7 361 107 114
Binary 10010111 10010110 11101101 100100 100101 0 111 11110001 1000111 1001100

Color Harmonies of #9796ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9796ED

Black with #9796ED

Text Example


Text Example

White with #9796ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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