#7693BA

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

Shades of Wild Blue Yonder #7693BA

Tints of Wild Blue Yonder #7693BA

Color information

#7693BA (or 0x7693BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 93 and BA. RGB value is (118,147,186). Sum of RGB (Red+Green+Blue) = 118+147+186=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #7693BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7693BA is #896C45. Grayscale: #8E8E8E. Windows color (decimal): -9006150 or 12227446. OLE color: 12227446.

HSL color Cylindrical-coordinate representation of color #7693BA: hue angle of 214.41º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7693BA is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118147186-
CMYK0.370.2100.27
HSL214.41º33.01%59.61%-
HSV(B)214.41º36.56%72.94%-
XYZ26.7728.2650.5-
YUV142.78152.39110.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.16%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=26.16%
G=32.59%
B=41.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181471860.370.2100.27214.4133.0159.61
Hex7693BA251501Bd6213c
Octal16622327245250333264174
Binary111011010010011101110101001011010101101111010110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7693BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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