#7C81BA

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

Shades of Wild Blue Yonder #7C81BA

Tints of Wild Blue Yonder #7C81BA

Color information

#7C81BA (or 0x7C81BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 7C, 81 and BA. RGB value is (124,129,186). Sum of RGB (Red+Green+Blue) = 124+129+186=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C81BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C81BA is #837E45. Grayscale: #858585. Windows color (decimal): -8617542 or 12222844. OLE color: 12222844.

HSL color Cylindrical-coordinate representation of color #7C81BA: hue angle of 235.16º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C81BA is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB124129186-
CMYK0.330.3100.27
HSL235.16º31%60.78%-
HSV(B)235.16º33.33%72.94%-
XYZ25.0323.5349.68-
YUV134157.34120.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.25%
GREEN value IS 129 (50.78% from 255) = 29.38%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=28.25%
G=29.38%
B=42.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241291860.330.3100.27235.163160.78
Hex7C81BA211F01Beb1f3d
Octal17420127241370333533775
Binary11111001000000110111010100001111110110111110101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,129,186); }

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

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

 a { background-color: rgb(124,129,186); }

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

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

 span { border-color: rgb(124,129,186); }

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