Html Css Color HEX #7A8ADA Portage

📋 copy color: '#7A8ADA'

red 122 ◦ green 138 ◦ blue 218

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

Shades of Portage #7A8ADA

Tints of Portage #7A8ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 25.52%
G = 28.87%
B = 45.61%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7A8ADA (or 0x7A8ADA) is known color: Portage. HEX triplet: 7A, 8A and DA. RGB value is (122,138,218). Sum of RGB (Red+Green+Blue) = 122+138+218=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A8ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8ADA is #857525. Grayscale: #8E8E8E. Windows color (decimal): -8746278 or 14322298. OLE color: 14322298.

HSL color Cylindrical-coordinate representation of color #7A8ADA: hue angle of 230º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A8ADA is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 138 218 -
CMYK 0.44 0.37 0 0.15
HSL 230º 0.56% 0.67% -
HSV(B) 230º 0.44% 0.85% -
XYZ 29.77 27.38 70.04 -
YUV 142.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 122 138 218 0.44 0.37 0 0.15 230 0.56 0.67
Hex 7A 8A DA 2C 25 0 F E6 38 43
Octal 172 212 332 54 45 0 17 346 70 103
Binary 1111010 10001010 11011010 101100 100101 0 1111 11100110 111000 1000011

Color Harmonies of #7A8ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8ADA

Black with #7A8ADA

Text Example


Text Example

White with #7A8ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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