#7596C9

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

Shades of Wild Blue Yonder #7596C9

Tints of Wild Blue Yonder #7596C9

Color information

#7596C9 (or 0x7596C9) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 96 and C9. RGB value is (117,150,201). Sum of RGB (Red+Green+Blue) = 117+150+201=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #7596C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7596C9 is #8A6936. Grayscale: #919191. Windows color (decimal): -9070903 or 13211253. OLE color: 13211253.

HSL color Cylindrical-coordinate representation of color #7596C9: hue angle of 216.43º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7596C9 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117150201-
CMYK0.420.2500.21
HSL216.43º43.75%62.35%-
HSV(B)216.43º41.79%78.82%-
XYZ28.7929.8159.5-
YUV145.95159.07107.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 150 (58.98% from 255) = 32.05%
BLUE value IS 201 (78.91% from 255) = 42.95%
R=25%
G=32.05%
B=42.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171502010.420.2500.21216.4343.7562.35
Hex7596C92A19015d82c3e
Octal16522631152310253305476
Binary111010110010110110010011010101100101010111011000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7596C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7596C9; }

 p { color: rgb(117,150,201); }

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

<style>
 a { background-color: #7596C9; }

 a { background-color: rgb(117,150,201); }

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

<style>
 span { border-color: #7596C9; }

 span { border-color: rgb(117,150,201); }

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