Html Css Color HEX #7A8AED Portage

📋 copy color: '#7A8AED'

red 122 ◦ green 138 ◦ blue 237

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

Shades of Portage #7A8AED

Tints of Portage #7A8AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 24.55%
G = 27.77%
B = 47.69%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7A8AED (or 0x7A8AED) is known color: Portage. HEX triplet: 7A, 8A and ED. RGB value is (122,138,237). Sum of RGB (Red+Green+Blue) = 122+138+237=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A8AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8AED is #857512. Grayscale: #909090. Windows color (decimal): -8746259 or 15567482. OLE color: 15567482.

HSL color Cylindrical-coordinate representation of color #7A8AED: hue angle of 231.65º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A8AED is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 138 237 -
CMYK 0.49 0.42 0 0.07
HSL 231.65º 0.76% 0.7% -
HSV(B) 231.65º 0.49% 0.93% -
XYZ 32.4 28.43 83.9 -
YUV 144.5 180.2 111.95 -
System Red Green Blue C M Y K H S L
Decimal 122 138 237 0.49 0.42 0 0.07 231.65 0.76 0.7
Hex 7A 8A ED 31 2A 0 7 E8 4C 46
Octal 172 212 355 61 52 0 7 350 114 106
Binary 1111010 10001010 11101101 110001 101010 0 111 11101000 1001100 1000110

Color Harmonies of #7A8AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8AED

Black with #7A8AED

Text Example


Text Example

White with #7A8AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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