#7693BC

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

Shades of Wild Blue Yonder #7693BC

Tints of Wild Blue Yonder #7693BC

Color information

#7693BC (or 0x7693BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 93 and BC. RGB value is (118,147,188). Sum of RGB (Red+Green+Blue) = 118+147+188=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #7693BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7693BC is #896C43. Grayscale: #8E8E8E. Windows color (decimal): -9006148 or 12358518. OLE color: 12358518.

HSL color Cylindrical-coordinate representation of color #7693BC: hue angle of 215.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7693BC is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118147188-
CMYK0.370.2200.26
HSL215.14º34.31%60%-
HSV(B)215.14º37.23%73.73%-
XYZ26.9828.3551.63-
YUV143153.39110.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 147 (57.81% from 255) = 32.45%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=26.05%
G=32.45%
B=41.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181471880.370.2200.26215.1434.3160
Hex7693BC251601Ad7223c
Octal16622327445260323274274
Binary111011010010011101111001001011011001101011010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7693BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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