#7690BC

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

Shades of Wild Blue Yonder #7690BC

Tints of Wild Blue Yonder #7690BC

Color information

#7690BC (or 0x7690BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 90 and BC. RGB value is (118,144,188). Sum of RGB (Red+Green+Blue) = 118+144+188=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #7690BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690BC is #896F43. Grayscale: #8D8D8D. Windows color (decimal): -9006916 or 12357750. OLE color: 12357750.

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

Color convert

RGB118144188-
CMYK0.370.2300.26
HSL217.71º34.31%60%-
HSV(B)217.71º37.23%73.73%-
XYZ26.5227.4351.47-
YUV141.24154.39111.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.22%
GREEN value IS 144 (56.64% from 255) = 32%
BLUE value IS 188 (73.83% from 255) = 41.78%
R=26.22%
G=32%
B=41.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181441880.370.2300.26217.7134.3160
Hex7690BC251701Ada223c
Octal16622027445270323324274
Binary111011010010000101111001001011011101101011011010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7690BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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