#7684BD

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

Shades of Wild Blue Yonder #7684BD

Tints of Wild Blue Yonder #7684BD

Color information

#7684BD (or 0x7684BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 84 and BD. RGB value is (118,132,189). Sum of RGB (Red+Green+Blue) = 118+132+189=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #7684BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7684BD is #897B42. Grayscale: #868686. Windows color (decimal): -9009987 or 12420214. OLE color: 12420214.

HSL color Cylindrical-coordinate representation of color #7684BD: hue angle of 228.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7684BD is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118132189-
CMYK0.380.3000.26
HSL228.17º34.98%60.2%-
HSV(B)228.17º37.57%74.12%-
XYZ24.9124.0351.47-
YUV134.31158.86116.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.88%
GREEN value IS 132 (51.95% from 255) = 30.07%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=26.88%
G=30.07%
B=43.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181321890.380.3000.26228.1734.9860.2
Hex7684BD261E01Ae4233c
Octal16620427546360323444374
Binary111011010000100101111011001101111001101011100100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7684BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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