Html Css Color HEX #7A8ABB Wild Blue Yonder

📋 copy color: '#7A8ABB'

red 122 ◦ green 138 ◦ blue 187

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

Shades of Wild Blue Yonder #7A8ABB

Tints of Wild Blue Yonder #7A8ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 27.29%
G = 30.87%
B = 41.83%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A8ABB (or 0x7A8ABB) is known color: Wild Blue Yonder. HEX triplet: 7A, 8A and BB. RGB value is (122,138,187). Sum of RGB (Red+Green+Blue) = 122+138+187=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A8ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8ABB is #857544. Grayscale: #8A8A8A. Windows color (decimal): -8746309 or 12290682. OLE color: 12290682.

HSL color Cylindrical-coordinate representation of color #7A8ABB: hue angle of 225.23º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A8ABB is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 138 187 -
CMYK 0.35 0.26 0 0.27
HSL 225.23º 0.32% 0.61% -
HSV(B) 225.23º 0.35% 0.73% -
XYZ 26.08 25.9 50.64 -
YUV 138.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 122 138 187 0.35 0.26 0 0.27 225.23 0.32 0.61
Hex 7A 8A BB 23 1A 0 1B E1 20 3D
Octal 172 212 273 43 32 0 33 341 40 75
Binary 1111010 10001010 10111011 100011 11010 0 11011 11100001 100000 111101

Color Harmonies of #7A8ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8ABB

Black with #7A8ABB

Text Example


Text Example

White with #7A8ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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