#7596CC

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

Shades of Wild Blue Yonder #7596CC

Tints of Wild Blue Yonder #7596CC

Color information

#7596CC (or 0x7596CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 96 and CC. RGB value is (117,150,204). Sum of RGB (Red+Green+Blue) = 117+150+204=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #7596CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7596CC is #8A6933. Grayscale: #929292. Windows color (decimal): -9070900 or 13407861. OLE color: 13407861.

HSL color Cylindrical-coordinate representation of color #7596CC: hue angle of 217.24º degrees, saturation: 0.46, 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 #7596CC is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB117150204-
CMYK0.430.2600.2
HSL217.24º46.03%62.94%-
HSV(B)217.24º42.65%80%-
XYZ29.1429.9561.37-
YUV146.29160.57107.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.84%
GREEN value IS 150 (58.98% from 255) = 31.85%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=24.84%
G=31.85%
B=43.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171502040.430.2600.2217.2446.0362.94
Hex7596CC2B1A014d92e3f
Octal16522631453320243315677
Binary111010110010110110011001010111101001010011011001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7596CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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