#7686BF

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

Shades of Wild Blue Yonder #7686BF

Tints of Wild Blue Yonder #7686BF

Color information

#7686BF (or 0x7686BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 86 and BF. RGB value is (118,134,191). Sum of RGB (Red+Green+Blue) = 118+134+191=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #7686BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686BF is #897940. Grayscale: #878787. Windows color (decimal): -9009473 or 12551798. OLE color: 12551798.

HSL color Cylindrical-coordinate representation of color #7686BF: hue angle of 226.85º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7686BF is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118134191-
CMYK0.380.3000.25
HSL226.85º36.32%60.59%-
HSV(B)226.85º38.22%74.9%-
XYZ25.424.6652.71-
YUV135.71159.2115.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 191 (75% from 255) = 43.12%
R=26.64%
G=30.25%
B=43.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181341910.380.3000.25226.8536.3260.59
Hex7686BF261E019e3243d
Octal16620627746360313434475
Binary111011010000110101111111001101111001100111100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7686BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7686BF; }

 p { color: rgb(118,134,191); }

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

<style>
 a { background-color: #7686BF; }

 a { background-color: rgb(118,134,191); }

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

<style>
 span { border-color: #7686BF; }

 span { border-color: rgb(118,134,191); }

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