#7691BD

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

Shades of Wild Blue Yonder #7691BD

Tints of Wild Blue Yonder #7691BD

Color information

#7691BD (or 0x7691BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 91 and BD. RGB value is (118,145,189). Sum of RGB (Red+Green+Blue) = 118+145+189=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #7691BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7691BD is #896E42. Grayscale: #8D8D8D. Windows color (decimal): -9006659 or 12423542. OLE color: 12423542.

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

Color convert

RGB118145189-
CMYK0.380.2300.26
HSL217.18º34.98%60.2%-
HSV(B)217.18º37.57%74.12%-
XYZ26.7827.7852.09-
YUV141.94154.55110.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.11%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=26.11%
G=32.08%
B=41.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181451890.380.2300.26217.1834.9860.2
Hex7691BD261701Ad9233c
Octal16622127546270323314374
Binary111011010010001101111011001101011101101011011001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7691BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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