Html Css Color HEX #7A8ABE Wild Blue Yonder

📋 copy color: '#7A8ABE'

red 122 ◦ green 138 ◦ blue 190

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

Shades of Wild Blue Yonder #7A8ABE

Tints of Wild Blue Yonder #7A8ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 27.11%
G = 30.67%
B = 42.22%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A8ABE (or 0x7A8ABE) is known color: Wild Blue Yonder. HEX triplet: 7A, 8A and BE. RGB value is (122,138,190). Sum of RGB (Red+Green+Blue) = 122+138+190=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A8ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8ABE is #857541. Grayscale: #8A8A8A. Windows color (decimal): -8746306 or 12487290. OLE color: 12487290.

HSL color Cylindrical-coordinate representation of color #7A8ABE: hue angle of 225.88º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A8ABE is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 138 190 -
CMYK 0.36 0.27 0 0.25
HSL 225.88º 0.34% 0.61% -
HSV(B) 225.88º 0.36% 0.75% -
XYZ 26.41 26.03 52.35 -
YUV 139.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 122 138 190 0.36 0.27 0 0.25 225.88 0.34 0.61
Hex 7A 8A BE 24 1B 0 19 E2 22 3D
Octal 172 212 276 44 33 0 31 342 42 75
Binary 1111010 10001010 10111110 100100 11011 0 11001 11100010 100010 111101

Color Harmonies of #7A8ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8ABE

Black with #7A8ABE

Text Example


Text Example

White with #7A8ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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