#7C8EB4

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

Shades of Wild Blue Yonder #7C8EB4

Tints of Wild Blue Yonder #7C8EB4

Color information

#7C8EB4 (or 0x7C8EB4) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 8E and B4. RGB value is (124,142,180). Sum of RGB (Red+Green+Blue) = 124+142+180=446 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.80% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 180 - color contains mainly: blue. Hex color #7C8EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8EB4 is #83714B. Grayscale: #8C8C8C. Windows color (decimal): -8614220 or 11832956. OLE color: 11832956.

HSL color Cylindrical-coordinate representation of color #7C8EB4: hue angle of 220.71º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C8EB4 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB124142180-
CMYK0.310.2100.29
HSL220.71º27.18%59.61%-
HSV(B)220.71º31.11%70.59%-
XYZ26.2226.9347-
YUV140.95150.04115.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.80%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 180 (70.70% from 255) = 40.36%
R=27.80%
G=31.84%
B=40.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241421800.310.2100.29220.7127.1859.61
Hex7C8EB41F1501Ddd1b3c
Octal17421626437250353353374
Binary1111100100011101011010011111101010111011101110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,142,180); }

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

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

 a { background-color: rgb(124,142,180); }

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

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

 span { border-color: rgb(124,142,180); }

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