#7684CD

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

Shades of Wild Blue Yonder #7684CD

Tints of Wild Blue Yonder #7684CD

Color information

#7684CD (or 0x7684CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 84 and CD. RGB value is (118,132,205). Sum of RGB (Red+Green+Blue) = 118+132+205=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #7684CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7684CD is #897B32. Grayscale: #878787. Windows color (decimal): -9009971 or 13468790. OLE color: 13468790.

HSL color Cylindrical-coordinate representation of color #7684CD: hue angle of 230.34º degrees, saturation: 0.47, 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 #7684CD is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118132205-
CMYK0.420.3600.20
HSL230.34º46.52%63.33%-
HSV(B)230.34º42.44%80.39%-
XYZ26.7424.7661.13-
YUV136.14166.86115.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.93%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=25.93%
G=29.01%
B=45.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181322050.420.3600.20230.3446.5263.33
Hex7684CD2A24014e62f3f
Octal16620431552440243465777
Binary1110110100001001100110110101010010001010011100110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7684CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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