Html Css Color HEX #9795F7 Portage

📋 copy color: '#9795F7'

red 151 ◦ green 149 ◦ blue 247

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

Shades of Portage #9795F7

Tints of Portage #9795F7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.24%

 BLUE value IS 247 (96.88% from 255) = 45.16%

R = 27.61%
G = 27.24%
B = 45.16%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9795F7 (or 0x9795F7) is known color: Portage. HEX triplet: 97, 95 and F7. RGB value is (151,149,247). Sum of RGB (Red+Green+Blue) = 151+149+247=547 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.61% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #9795F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9795F7 is #686A08. Grayscale: #A0A0A0. Windows color (decimal): -6842889 or 16225687. OLE color: 16225687.

HSL color Cylindrical-coordinate representation of color #9795F7: hue angle of 241.22º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9795F7 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 149 247 -
CMYK 0.39 0.40 0 0.03
HSL 241.22º 0.86% 0.78% -
HSV(B) 241.22º 0.4% 0.97% -
XYZ 40.3 34.79 92.59 -
YUV 160.77 176.66 121.03 -
System Red Green Blue C M Y K H S L
Decimal 151 149 247 0.39 0.40 0 0.03 241.22 0.86 0.78
Hex 97 95 F7 27 28 0 3 F1 56 4E
Octal 227 225 367 47 50 0 3 361 126 116
Binary 10010111 10010101 11110111 100111 101000 0 11 11110001 1010110 1001110

Color Harmonies of #9795F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9795F7

Black with #9795F7

Text Example


Text Example

White with #9795F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9795F7; }

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

 H1.HeaderClassName
 {
   color: #9795F7;
 }
 .AnyTagClassName
 {
   color: #9795F7;
 }
</style>

background-color css

<style>
 a { background-color: #9795F7; }

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

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

border-color css

<style>
 span { border-color: #9795F7; }

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

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