#7588C8

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

Shades of Wild Blue Yonder #7588C8

Tints of Wild Blue Yonder #7588C8

Color information

#7588C8 (or 0x7588C8) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 88 and C8. RGB value is (117,136,200). Sum of RGB (Red+Green+Blue) = 117+136+200=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 200 - color contains mainly: blue. Hex color #7588C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7588C8 is #8A7737. Grayscale: #898989. Windows color (decimal): -9074488 or 13142133. OLE color: 13142133.

HSL color Cylindrical-coordinate representation of color #7588C8: hue angle of 226.27º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7588C8 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117136200-
CMYK0.420.3200.22
HSL226.27º43.01%62.16%-
HSV(B)226.27º41.5%78.43%-
XYZ26.5725.5658.18-
YUV137.62163.21113.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 200 (78.52% from 255) = 44.15%
R=25.83%
G=30.02%
B=44.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171362000.420.3200.22226.2743.0162.16
Hex7588C82A20016e22b3e
Octal16521031052400263425376
Binary1110101100010001100100010101010000001011011100010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7588C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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