#7588CD

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

Shades of Wild Blue Yonder #7588CD

Tints of Wild Blue Yonder #7588CD

Color information

#7588CD (or 0x7588CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 88 and CD. RGB value is (117,136,205). Sum of RGB (Red+Green+Blue) = 117+136+205=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #7588CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7588CD is #8A7732. Grayscale: #898989. Windows color (decimal): -9074483 or 13469813. OLE color: 13469813.

HSL color Cylindrical-coordinate representation of color #7588CD: hue angle of 227.05º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7588CD is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117136205-
CMYK0.430.3400.20
HSL227.05º46.81%63.14%-
HSV(B)227.05º42.93%80.39%-
XYZ27.1625.861.31-
YUV138.18165.71112.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.55%
GREEN value IS 136 (53.52% from 255) = 29.69%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=25.55%
G=29.69%
B=44.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171362050.430.3400.20227.0546.8163.14
Hex7588CD2B22014e32f3f
Octal16521031553420243435777
Binary1110101100010001100110110101110001001010011100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7588CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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