#7686CB

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

Shades of Wild Blue Yonder #7686CB

Tints of Wild Blue Yonder #7686CB

Color information

#7686CB (or 0x7686CB) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 86 and CB. RGB value is (118,134,203). Sum of RGB (Red+Green+Blue) = 118+134+203=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #7686CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686CB is #897934. Grayscale: #888888. Windows color (decimal): -9009461 or 13338230. OLE color: 13338230.

HSL color Cylindrical-coordinate representation of color #7686CB: hue angle of 228.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7686CB is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118134203-
CMYK0.420.3400.20
HSL228.71º44.97%62.94%-
HSV(B)228.71º41.87%79.61%-
XYZ26.7825.2159.96-
YUV137.08165.2114.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.93%
GREEN value IS 134 (52.73% from 255) = 29.45%
BLUE value IS 203 (79.69% from 255) = 44.62%
R=25.93%
G=29.45%
B=44.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181342030.420.3400.20228.7144.9762.94
Hex7686CB2A22014e52d3f
Octal16620631352420243455577
Binary1110110100001101100101110101010001001010011100101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7686CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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