#7C8EBC

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

Shades of Wild Blue Yonder #7C8EBC

Tints of Wild Blue Yonder #7C8EBC

Color information

#7C8EBC (or 0x7C8EBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 8E and BC. RGB value is (124,142,188). Sum of RGB (Red+Green+Blue) = 124+142+188=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C8EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8EBC is #837143. Grayscale: #8D8D8D. Windows color (decimal): -8614212 or 12357244. OLE color: 12357244.

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

Color convert

RGB124142188-
CMYK0.340.2400.26
HSL223.12º32.32%61.18%-
HSV(B)223.12º34.04%73.73%-
XYZ27.0627.2651.41-
YUV141.86154.04115.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.31%
GREEN value IS 142 (55.86% from 255) = 31.28%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=27.31%
G=31.28%
B=41.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241421880.340.2400.26223.1232.3261.18
Hex7C8EBC221801Adf203d
Octal17421627442300323374075
Binary111110010001110101111001000101100001101011011111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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