Html Css Color HEX #7A8CBA Wild Blue Yonder

📋 copy color: '#7A8CBA'

red 122 ◦ green 140 ◦ blue 186

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

Shades of Wild Blue Yonder #7A8CBA

Tints of Wild Blue Yonder #7A8CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.25%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 27.23%
G = 31.25%
B = 41.52%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A8CBA (or 0x7A8CBA) is known color: Wild Blue Yonder. HEX triplet: 7A, 8C and BA. RGB value is (122,140,186). Sum of RGB (Red+Green+Blue) = 122+140+186=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A8CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CBA is #857345. Grayscale: #8B8B8B. Windows color (decimal): -8745798 or 12225658. OLE color: 12225658.

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

Color convert

RGB 122 140 186 -
CMYK 0.34 0.25 0 0.27
HSL 223.13º 0.32% 0.6% -
HSV(B) 223.13º 0.34% 0.73% -
XYZ 26.27 26.44 50.17 -
YUV 139.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 122 140 186 0.34 0.25 0 0.27 223.13 0.32 0.6
Hex 7A 8C BA 22 19 0 1B DF 20 3C
Octal 172 214 272 42 31 0 33 337 40 74
Binary 1111010 10001100 10111010 100010 11001 0 11011 11011111 100000 111100

Color Harmonies of #7A8CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8CBA

Black with #7A8CBA

Text Example


Text Example

White with #7A8CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,140,186); }

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

background-color css

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

 a { background-color: rgb(122,140,186); }

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

border-color css

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

 span { border-color: rgb(122,140,186); }

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