Html Css Color HEX #7A82DC Portage

📋 copy color: '#7A82DC'

red 122 ◦ green 130 ◦ blue 220

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

Shades of Portage #7A82DC

Tints of Portage #7A82DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.54%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 25.85%
G = 27.54%
B = 46.61%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7A82DC (or 0x7A82DC) is known color: Portage. HEX triplet: 7A, 82 and DC. RGB value is (122,130,220). Sum of RGB (Red+Green+Blue) = 122+130+220=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A82DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A82DC is #857D23. Grayscale: #898989. Windows color (decimal): -8748324 or 14451322. OLE color: 14451322.

HSL color Cylindrical-coordinate representation of color #7A82DC: hue angle of 235.1º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A82DC is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 130 220 -
CMYK 0.45 0.41 0 0.14
HSL 235.1º 0.58% 0.67% -
HSV(B) 235.1º 0.45% 0.86% -
XYZ 28.93 25.27 71.06 -
YUV 137.87 174.35 116.68 -
System Red Green Blue C M Y K H S L
Decimal 122 130 220 0.45 0.41 0 0.14 235.1 0.58 0.67
Hex 7A 82 DC 2D 29 0 E EB 3A 43
Octal 172 202 334 55 51 0 16 353 72 103
Binary 1111010 10000010 11011100 101101 101001 0 1110 11101011 111010 1000011

Color Harmonies of #7A82DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A82DC

Black with #7A82DC

Text Example


Text Example

White with #7A82DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,130,220); }

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

background-color css

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

 a { background-color: rgb(122,130,220); }

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

border-color css

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

 span { border-color: rgb(122,130,220); }

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