#7685CD

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

Shades of Wild Blue Yonder #7685CD

Tints of Wild Blue Yonder #7685CD

Color information

#7685CD (or 0x7685CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 85 and CD. RGB value is (118,133,205). Sum of RGB (Red+Green+Blue) = 118+133+205=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #7685CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685CD is #897A32. Grayscale: #888888. Windows color (decimal): -9009715 or 13469046. OLE color: 13469046.

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

Color convert

RGB118133205-
CMYK0.420.3500.20
HSL229.66º46.52%63.33%-
HSV(B)229.66º42.44%80.39%-
XYZ26.8825.0361.17-
YUV136.72166.53114.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.88%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=25.88%
G=29.17%
B=44.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181332050.420.3500.20229.6646.5263.33
Hex7685CD2A23014e62f3f
Octal16620531552430243465777
Binary1110110100001011100110110101010001101010011100110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7685CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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