#7C8AC7

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

Shades of Wild Blue Yonder #7C8AC7

Tints of Wild Blue Yonder #7C8AC7

Color information

#7C8AC7 (or 0x7C8AC7) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 8A and C7. RGB value is (124,138,199). Sum of RGB (Red+Green+Blue) = 124+138+199=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 199 - color contains mainly: blue. Hex color #7C8AC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8AC7 is #837538. Grayscale: #8C8C8C. Windows color (decimal): -8615225 or 13077116. OLE color: 13077116.

HSL color Cylindrical-coordinate representation of color #7C8AC7: hue angle of 228.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C8AC7 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB124138199-
CMYK0.380.3100.22
HSL228.8º40.11%63.33%-
HSV(B)228.8º37.69%78.04%-
XYZ27.7126.5957.7-
YUV140.77160.86116.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.90%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 199 (78.12% from 255) = 43.17%
R=26.90%
G=29.93%
B=43.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1241381990.380.3100.22228.840.1163.33
Hex7C8AC7261F016e5283f
Octal17421230746370263455077
Binary111110010001010110001111001101111101011011100101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,138,199); }

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

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

 a { background-color: rgb(124,138,199); }

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

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

 span { border-color: rgb(124,138,199); }

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