#7681BA

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

Shades of Wild Blue Yonder #7681BA

Tints of Wild Blue Yonder #7681BA

Color information

#7681BA (or 0x7681BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 81 and BA. RGB value is (118,129,186). Sum of RGB (Red+Green+Blue) = 118+129+186=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #7681BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7681BA is #897E45. Grayscale: #838383. Windows color (decimal): -9010758 or 12222838. OLE color: 12222838.

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

Color convert

RGB118129186-
CMYK0.370.3100.27
HSL230.29º33.01%59.61%-
HSV(B)230.29º36.56%72.94%-
XYZ24.1823.149.64-
YUV132.21158.36117.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=27.25%
G=29.79%
B=42.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181291860.370.3100.27230.2933.0159.61
Hex7681BA251F01Be6213c
Octal16620127245370333464174
Binary111011010000001101110101001011111101101111100110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7681BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7681BA; }

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

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

<style>
 a { background-color: #7681BA; }

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

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

<style>
 span { border-color: #7681BA; }

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

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