#7592BC

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

Shades of Wild Blue Yonder #7592BC

Tints of Wild Blue Yonder #7592BC

Color information

#7592BC (or 0x7592BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 92 and BC. RGB value is (117,146,188). Sum of RGB (Red+Green+Blue) = 117+146+188=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #7592BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592BC is #8A6D43. Grayscale: #8D8D8D. Windows color (decimal): -9071940 or 12358261. OLE color: 12358261.

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

Color convert

RGB117146188-
CMYK0.380.2200.26
HSL215.49º34.63%59.8%-
HSV(B)215.49º37.77%73.73%-
XYZ26.6927.9751.57-
YUV142.12153.89110.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.94%
GREEN value IS 146 (57.42% from 255) = 32.37%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=25.94%
G=32.37%
B=41.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171461880.380.2200.26215.4934.6359.8
Hex7592BC261601Ad7233c
Octal16522227446260323274374
Binary111010110010010101111001001101011001101011010111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7592BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,146,188); }

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

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

 a { background-color: rgb(117,146,188); }

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

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

 span { border-color: rgb(117,146,188); }

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