#7588BC

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

Shades of Wild Blue Yonder #7588BC

Tints of Wild Blue Yonder #7588BC

Color information

#7588BC (or 0x7588BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 88 and BC. RGB value is (117,136,188). Sum of RGB (Red+Green+Blue) = 117+136+188=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #7588BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7588BC is #8A7743. Grayscale: #888888. Windows color (decimal): -9074500 or 12355701. OLE color: 12355701.

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

Color convert

RGB117136188-
CMYK0.380.2800.26
HSL223.94º34.63%59.8%-
HSV(B)223.94º37.77%73.73%-
XYZ25.2225.0251.08-
YUV136.25157.21114.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=26.53%
G=30.84%
B=42.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171361880.380.2800.26223.9434.6359.8
Hex7588BC261C01Ae0233c
Octal16521027446340323404374
Binary111010110001000101111001001101110001101011100000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7588BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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