#7685BE

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

Shades of Wild Blue Yonder #7685BE

Tints of Wild Blue Yonder #7685BE

Color information

#7685BE (or 0x7685BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 85 and BE. RGB value is (118,133,190). Sum of RGB (Red+Green+Blue) = 118+133+190=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #7685BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685BE is #897A41. Grayscale: #868686. Windows color (decimal): -9009730 or 12486006. OLE color: 12486006.

HSL color Cylindrical-coordinate representation of color #7685BE: hue angle of 227.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7685BE is Cyan = 0.38, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118133190-
CMYK0.380.300.25
HSL227.5º35.64%60.39%-
HSV(B)227.5º37.89%74.51%-
XYZ25.1524.3452.09-
YUV135.01159.03115.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.76%
GREEN value IS 133 (52.34% from 255) = 30.16%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=26.76%
G=30.16%
B=43.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181331900.380.300.25227.535.6460.39
Hex7685BE261E019e4243c
Octal16620527646360313444474
Binary111011010000101101111101001101111001100111100100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7685BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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