#7684B3

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

Shades of Wild Blue Yonder #7684B3

Tints of Wild Blue Yonder #7684B3

Color information

#7684B3 (or 0x7684B3) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 84 and B3. RGB value is (118,132,179). Sum of RGB (Red+Green+Blue) = 118+132+179=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 179 - color contains mainly: blue. Hex color #7684B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7684B3 is #897B4C. Grayscale: #848484. Windows color (decimal): -9009997 or 11764854. OLE color: 11764854.

HSL color Cylindrical-coordinate representation of color #7684B3: hue angle of 226.23º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7684B3 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB118132179-
CMYK0.340.2600.30
HSL226.23º28.64%58.24%-
HSV(B)226.23º34.08%70.2%-
XYZ23.8623.6145.95-
YUV133.17153.86117.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.51%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 179 (70.31% from 255) = 41.72%
R=27.51%
G=30.77%
B=41.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181321790.340.2600.30226.2328.6458.24
Hex7684B3221A01Ee21d3a
Octal16620426342320363423572
Binary11101101000010010110011100010110100111101110001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7684B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7684B3; }

 p { color: rgb(118,132,179); }

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

<style>
 a { background-color: #7684B3; }

 a { background-color: rgb(118,132,179); }

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

<style>
 span { border-color: #7684B3; }

 span { border-color: rgb(118,132,179); }

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