Html Css Color HEX #7A8AEB Portage

📋 copy color: '#7A8AEB'

red 122 ◦ green 138 ◦ blue 235

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

Shades of Portage #7A8AEB

Tints of Portage #7A8AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 24.65%
G = 27.88%
B = 47.47%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A8AEB (or 0x7A8AEB) is known color: Portage. HEX triplet: 7A, 8A and EB. RGB value is (122,138,235). Sum of RGB (Red+Green+Blue) = 122+138+235=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A8AEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8AEB is #857514. Grayscale: #8F8F8F. Windows color (decimal): -8746261 or 15436410. OLE color: 15436410.

HSL color Cylindrical-coordinate representation of color #7A8AEB: hue angle of 231.5º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A8AEB is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 138 235 -
CMYK 0.48 0.41 0 0.08
HSL 231.5º 0.74% 0.7% -
HSV(B) 231.5º 0.48% 0.92% -
XYZ 32.11 28.31 82.37 -
YUV 144.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 122 138 235 0.48 0.41 0 0.08 231.5 0.74 0.7
Hex 7A 8A EB 30 29 0 8 E8 4A 46
Octal 172 212 353 60 51 0 10 350 112 106
Binary 1111010 10001010 11101011 110000 101001 0 1000 11101000 1001010 1000110

Color Harmonies of #7A8AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8AEB

Black with #7A8AEB

Text Example


Text Example

White with #7A8AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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