#7686C2

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

Shades of Wild Blue Yonder #7686C2

Tints of Wild Blue Yonder #7686C2

Color information

#7686C2 (or 0x7686C2) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 86 and C2. RGB value is (118,134,194). Sum of RGB (Red+Green+Blue) = 118+134+194=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #7686C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686C2 is #89793D. Grayscale: #878787. Windows color (decimal): -9009470 or 12748406. OLE color: 12748406.

HSL color Cylindrical-coordinate representation of color #7686C2: hue angle of 227.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7686C2 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB118134194-
CMYK0.390.3100.24
HSL227.37º38.38%61.18%-
HSV(B)227.37º39.18%76.08%-
XYZ25.7324.854.47-
YUV136.06160.7115.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.46%
GREEN value IS 134 (52.73% from 255) = 30.04%
BLUE value IS 194 (76.17% from 255) = 43.50%
R=26.46%
G=30.04%
B=43.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181341940.390.3100.24227.3738.3861.18
Hex7686C2271F018e3263d
Octal16620630247370303434675
Binary111011010000110110000101001111111101100011100011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7686C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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