#7693BF

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

Shades of Wild Blue Yonder #7693BF

Tints of Wild Blue Yonder #7693BF

Color information

#7693BF (or 0x7693BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 93 and BF. RGB value is (118,147,191). Sum of RGB (Red+Green+Blue) = 118+147+191=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #7693BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7693BF is #896C40. Grayscale: #8F8F8F. Windows color (decimal): -9006145 or 12555126. OLE color: 12555126.

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

Color convert

RGB118147191-
CMYK0.380.2300.25
HSL216.16º36.32%60.59%-
HSV(B)216.16º38.22%74.9%-
XYZ27.3128.4853.35-
YUV143.34154.89109.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.88%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 191 (75% from 255) = 41.89%
R=25.88%
G=32.24%
B=41.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181471910.380.2300.25216.1636.3260.59
Hex7693BF2617019d8243d
Octal16622327746270313304475
Binary111011010010011101111111001101011101100111011000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7693BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7693BF; }

 p { color: rgb(118,147,191); }

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

<style>
 a { background-color: #7693BF; }

 a { background-color: rgb(118,147,191); }

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

<style>
 span { border-color: #7693BF; }

 span { border-color: rgb(118,147,191); }

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