#7684CA

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

Shades of Wild Blue Yonder #7684CA

Tints of Wild Blue Yonder #7684CA

Color information

#7684CA (or 0x7684CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 84 and CA. RGB value is (118,132,202). Sum of RGB (Red+Green+Blue) = 118+132+202=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #7684CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7684CA is #897B35. Grayscale: #878787. Windows color (decimal): -9009974 or 13272182. OLE color: 13272182.

HSL color Cylindrical-coordinate representation of color #7684CA: hue angle of 230º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7684CA is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118132202-
CMYK0.420.3500.21
HSL230º44.21%62.75%-
HSV(B)230º41.58%79.22%-
XYZ26.3824.6259.24-
YUV135.79165.36115.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.11%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=26.11%
G=29.20%
B=44.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181322020.420.3500.2123044.2162.75
Hex7684CA2A23015e62c3f
Octal16620431252430253465477
Binary1110110100001001100101010101010001101010111100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7684CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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