Html Css Color HEX #9796FA Portage

📋 copy color: '#9796FA'

red 151 ◦ green 150 ◦ blue 250

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

Shades of Portage #9796FA

Tints of Portage #9796FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 27.4%
G = 27.22%
B = 45.37%

CMYK

 C value IS 0.40

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9796FA (or 0x9796FA) is known color: Portage. HEX triplet: 97, 96 and FA. RGB value is (151,150,250). Sum of RGB (Red+Green+Blue) = 151+150+250=551 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.40% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #9796FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9796FA is #686905. Grayscale: #A1A1A1. Windows color (decimal): -6842630 or 16422551. OLE color: 16422551.

HSL color Cylindrical-coordinate representation of color #9796FA: hue angle of 240.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9796FA is Cyan = 0.40, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 150 250 -
CMYK 0.40 0.4 0 0.02
HSL 240.6º 0.91% 0.78% -
HSV(B) 240.6º 0.4% 0.98% -
XYZ 40.92 35.29 95.1 -
YUV 161.7 177.83 120.37 -
System Red Green Blue C M Y K H S L
Decimal 151 150 250 0.40 0.4 0 0.02 240.6 0.91 0.78
Hex 97 96 FA 28 28 0 2 F1 5B 4E
Octal 227 226 372 50 50 0 2 361 133 116
Binary 10010111 10010110 11111010 101000 101000 0 10 11110001 1011011 1001110

Color Harmonies of #9796FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9796FA

Black with #9796FA

Text Example


Text Example

White with #9796FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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