#7588BE

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

Shades of Wild Blue Yonder #7588BE

Tints of Wild Blue Yonder #7588BE

Color information

#7588BE (or 0x7588BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 88 and BE. RGB value is (117,136,190). Sum of RGB (Red+Green+Blue) = 117+136+190=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #7588BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7588BE is #8A7741. Grayscale: #888888. Windows color (decimal): -9074498 or 12486773. OLE color: 12486773.

HSL color Cylindrical-coordinate representation of color #7588BE: hue angle of 224.38º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7588BE is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117136190-
CMYK0.380.2800.25
HSL224.38º35.96%60.2%-
HSV(B)224.38º38.42%74.51%-
XYZ25.4325.1152.22-
YUV136.48158.21114.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.41%
GREEN value IS 136 (53.52% from 255) = 30.70%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=26.41%
G=30.70%
B=42.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171361900.380.2800.25224.3835.9660.2
Hex7588BE261C019e0243c
Octal16521027646340313404474
Binary111010110001000101111101001101110001100111100000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7588BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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