Html Css Color HEX #9795EC Portage

📋 copy color: '#9795EC'

red 151 ◦ green 149 ◦ blue 236

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

Shades of Portage #9795EC

Tints of Portage #9795EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 28.17%
G = 27.8%
B = 44.03%

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

#9795EC (or 0x9795EC) is known color: Portage. HEX triplet: 97, 95 and EC. RGB value is (151,149,236). Sum of RGB (Red+Green+Blue) = 151+149+236=536 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.17% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #9795EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9795EC is #686A13. Grayscale: #9F9F9F. Windows color (decimal): -6842900 or 15504791. OLE color: 15504791.

HSL color Cylindrical-coordinate representation of color #9795EC: hue angle of 241.38º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9795EC is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 149 236 -
CMYK 0.36 0.37 0 0.07
HSL 241.38º 0.7% 0.75% -
HSV(B) 241.38º 0.37% 0.93% -
XYZ 38.65 34.13 83.91 -
YUV 159.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 151 149 236 0.36 0.37 0 0.07 241.38 0.7 0.75
Hex 97 95 EC 24 25 0 7 F1 46 4B
Octal 227 225 354 44 45 0 7 361 106 113
Binary 10010111 10010101 11101100 100100 100101 0 111 11110001 1000110 1001011

Color Harmonies of #9795EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9795EC

Black with #9795EC

Text Example


Text Example

White with #9795EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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