Html Css Color HEX #7A8ADD Portage

📋 copy color: '#7A8ADD'

red 122 ◦ green 138 ◦ blue 221

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

Shades of Portage #7A8ADD

Tints of Portage #7A8ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.69%

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

R = 25.36%
G = 28.69%
B = 45.95%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A8ADD (or 0x7A8ADD) is known color: Portage. HEX triplet: 7A, 8A and DD. RGB value is (122,138,221). Sum of RGB (Red+Green+Blue) = 122+138+221=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A8ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8ADD is #857522. Grayscale: #8E8E8E. Windows color (decimal): -8746275 or 14518906. OLE color: 14518906.

HSL color Cylindrical-coordinate representation of color #7A8ADD: hue angle of 230.3º 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 #7A8ADD is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 138 221 -
CMYK 0.45 0.38 0 0.13
HSL 230.3º 0.59% 0.67% -
HSV(B) 230.3º 0.45% 0.87% -
XYZ 30.17 27.53 72.13 -
YUV 142.68 172.2 113.25 -
System Red Green Blue C M Y K H S L
Decimal 122 138 221 0.45 0.38 0 0.13 230.3 0.59 0.67
Hex 7A 8A DD 2D 26 0 D E6 3B 43
Octal 172 212 335 55 46 0 15 346 73 103
Binary 1111010 10001010 11011101 101101 100110 0 1101 11100110 111011 1000011

Color Harmonies of #7A8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8ADD

Black with #7A8ADD

Text Example


Text Example

White with #7A8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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