Html Css Color HEX #7A82DD Portage

📋 copy color: '#7A82DD'

red 122 ◦ green 130 ◦ blue 221

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

Shades of Portage #7A82DD

Tints of Portage #7A82DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 25.79%
G = 27.48%
B = 46.72%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A82DD (or 0x7A82DD) is known color: Portage. HEX triplet: 7A, 82 and DD. RGB value is (122,130,221). Sum of RGB (Red+Green+Blue) = 122+130+221=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A82DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A82DD is #857D22. Grayscale: #898989. Windows color (decimal): -8748323 or 14516858. OLE color: 14516858.

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

Color convert

RGB 122 130 221 -
CMYK 0.45 0.41 0 0.13
HSL 235.15º 0.59% 0.67% -
HSV(B) 235.15º 0.45% 0.87% -
XYZ 29.06 25.32 71.76 -
YUV 137.98 174.85 116.6 -
System Red Green Blue C M Y K H S L
Decimal 122 130 221 0.45 0.41 0 0.13 235.15 0.59 0.67
Hex 7A 82 DD 2D 29 0 D EB 3B 43
Octal 172 202 335 55 51 0 15 353 73 103
Binary 1111010 10000010 11011101 101101 101001 0 1101 11101011 111011 1000011

Color Harmonies of #7A82DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A82DD

Black with #7A82DD

Text Example


Text Example

White with #7A82DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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