Html Css Color HEX #7A80DF Portage

📋 copy color: '#7A80DF'

red 122 ◦ green 128 ◦ blue 223

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

Shades of Portage #7A80DF

Tints of Portage #7A80DF

RGB

 RED value IS 122 (48.05% from 255) = 25.79%

 GREEN value IS 128 (50.39% from 255) = 27.06%

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 25.79%
G = 27.06%
B = 47.15%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A80DF (or 0x7A80DF) is known color: Portage. HEX triplet: 7A, 80 and DF. RGB value is (122,128,223). Sum of RGB (Red+Green+Blue) = 122+128+223=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A80DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A80DF is #857F20. Grayscale: #888888. Windows color (decimal): -8748833 or 14647418. OLE color: 14647418.

HSL color Cylindrical-coordinate representation of color #7A80DF: hue angle of 236.44º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A80DF is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 128 223 -
CMYK 0.45 0.43 0 0.13
HSL 236.44º 0.61% 0.68% -
HSV(B) 236.44º 0.45% 0.87% -
XYZ 29.06 24.9 73.09 -
YUV 137.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 122 128 223 0.45 0.43 0 0.13 236.44 0.61 0.68
Hex 7A 80 DF 2D 2B 0 D EC 3D 44
Octal 172 200 337 55 53 0 15 354 75 104
Binary 1111010 10000000 11011111 101101 101011 0 1101 11101100 111101 1000100

Color Harmonies of #7A80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A80DF

Black with #7A80DF

Text Example


Text Example

White with #7A80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A80DF; }

 p { color: rgb(122,128,223); }

 H1.HeaderClassName
 {
   color: #7A80DF;
 }
 .AnyTagClassName
 {
   color: #7A80DF;
 }
</style>

background-color css

<style>
 a { background-color: #7A80DF; }

 a { background-color: rgb(122,128,223); }

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

border-color css

<style>
 span { border-color: #7A80DF; }

 span { border-color: rgb(122,128,223); }

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