Html Css Color HEX #9795E4 Portage

📋 copy color: '#9795E4'

red 151 ◦ green 149 ◦ blue 228

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

Shades of Portage #9795E4

Tints of Portage #9795E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.18%

R = 28.6%
G = 28.22%
B = 43.18%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9795E4 (or 0x9795E4) is known color: Portage. HEX triplet: 97, 95 and E4. RGB value is (151,149,228). Sum of RGB (Red+Green+Blue) = 151+149+228=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #9795E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9795E4 is #686A1B. Grayscale: #9E9E9E. Windows color (decimal): -6842908 or 14980503. OLE color: 14980503.

HSL color Cylindrical-coordinate representation of color #9795E4: hue angle of 241.52º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9795E4 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 151 149 228 -
CMYK 0.34 0.35 0 0.11
HSL 241.52º 0.59% 0.74% -
HSV(B) 241.52º 0.35% 0.89% -
XYZ 37.51 33.68 77.92 -
YUV 158.6 167.16 122.58 -
System Red Green Blue C M Y K H S L
Decimal 151 149 228 0.34 0.35 0 0.11 241.52 0.59 0.74
Hex 97 95 E4 22 23 0 B F2 3B 4A
Octal 227 225 344 42 43 0 13 362 73 112
Binary 10010111 10010101 11100100 100010 100011 0 1011 11110010 111011 1001010

Color Harmonies of #9795E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9795E4

Black with #9795E4

Text Example


Text Example

White with #9795E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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