#7685BD

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

Shades of Wild Blue Yonder #7685BD

Tints of Wild Blue Yonder #7685BD

Color information

#7685BD (or 0x7685BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 85 and BD. RGB value is (118,133,189). Sum of RGB (Red+Green+Blue) = 118+133+189=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #7685BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685BD is #897A42. Grayscale: #868686. Windows color (decimal): -9009731 or 12420470. OLE color: 12420470.

HSL color Cylindrical-coordinate representation of color #7685BD: hue angle of 227.32º 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 #7685BD is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118133189-
CMYK0.380.3000.26
HSL227.32º34.98%60.2%-
HSV(B)227.32º37.57%74.12%-
XYZ25.0424.351.51-
YUV134.9158.53115.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.82%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=26.82%
G=30.23%
B=42.95%

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
Decimal1181331890.380.3000.26227.3234.9860.2
Hex7685BD261E01Ae3233c
Octal16620527546360323434374
Binary111011010000101101111011001101111001101011100011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7685BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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