#7C8ABD

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

Shades of Wild Blue Yonder #7C8ABD

Tints of Wild Blue Yonder #7C8ABD

Color information

#7C8ABD (or 0x7C8ABD) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 8A and BD. RGB value is (124,138,189). Sum of RGB (Red+Green+Blue) = 124+138+189=451 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.49% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C8ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8ABD is #837542. Grayscale: #8B8B8B. Windows color (decimal): -8615235 or 12421756. OLE color: 12421756.

HSL color Cylindrical-coordinate representation of color #7C8ABD: hue angle of 227.08º degrees, saturation: 0.33, 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 #7C8ABD is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB124138189-
CMYK0.340.2700.26
HSL227.08º32.99%61.37%-
HSV(B)227.08º34.39%74.12%-
XYZ26.5926.1451.79-
YUV139.63155.86116.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.49%
GREEN value IS 138 (54.30% from 255) = 30.60%
BLUE value IS 189 (74.22% from 255) = 41.91%
R=27.49%
G=30.60%
B=41.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241381890.340.2700.26227.0832.9961.37
Hex7C8ABD221B01Ae3213d
Octal17421227542330323434175
Binary111110010001010101111011000101101101101011100011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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