#7594BC

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

Shades of Wild Blue Yonder #7594BC

Tints of Wild Blue Yonder #7594BC

Color information

#7594BC (or 0x7594BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 94 and BC. RGB value is (117,148,188). Sum of RGB (Red+Green+Blue) = 117+148+188=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 148 (58.20% from 255 or 32.67% 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 #7594BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7594BC is #8A6B43. Grayscale: #8F8F8F. Windows color (decimal): -9071428 or 12358773. OLE color: 12358773.

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

Color convert

RGB117148188-
CMYK0.380.2100.26
HSL213.8º34.63%59.8%-
HSV(B)213.8º37.77%73.73%-
XYZ2728.5951.67-
YUV143.29153.23109.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=25.83%
G=32.67%
B=41.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171481880.380.2100.26213.834.6359.8
Hex7594BC261501Ad6233c
Octal16522427446250323264374
Binary111010110010100101111001001101010101101011010110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7594BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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