#7A8EBC

Color #7A8EBC Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7A8EBC

Tints of Wild Blue Yonder #7A8EBC

Color information

#7A8EBC (or 0x7A8EBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 8E and BC. RGB value is (122,142,188). Sum of RGB (Red+Green+Blue) = 122+142+188=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A8EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8EBC is #857143. Grayscale: #8D8D8D. Windows color (decimal): -8745284 or 12357242. OLE color: 12357242.

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

Color convert

RGB122142188-
CMYK0.350.2400.26
HSL221.82º33%60.78%-
HSV(B)221.82º35.11%73.73%-
XYZ26.7827.1151.4-
YUV141.26154.37114.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.99%
GREEN value IS 142 (55.86% from 255) = 31.42%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=26.99%
G=31.42%
B=41.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221421880.350.2400.26221.823360.78
Hex7A8EBC231801Ade213d
Octal17221627443300323364175
Binary111101010001110101111001000111100001101011011110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,142,188); }

 H1.HeaderClassName
 {
   color: #7A8EBC;
 }
 .AnyTagClassName
 {
   color: #7A8EBC;
 }
</style>
background-color css

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

 a { background-color: rgb(122,142,188); }

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

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

 span { border-color: rgb(122,142,188); }

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