#7595CC

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

Shades of Wild Blue Yonder #7595CC

Tints of Wild Blue Yonder #7595CC

Color information

#7595CC (or 0x7595CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 95 and CC. RGB value is (117,149,204). Sum of RGB (Red+Green+Blue) = 117+149+204=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #7595CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7595CC is #8A6A33. Grayscale: #919191. Windows color (decimal): -9071156 or 13407605. OLE color: 13407605.

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

Color convert

RGB117149204-
CMYK0.430.2700.2
HSL217.93º46.03%62.94%-
HSV(B)217.93º42.65%80%-
XYZ28.9829.6461.32-
YUV145.7160.9107.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.89%
GREEN value IS 149 (58.59% from 255) = 31.70%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=24.89%
G=31.70%
B=43.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171492040.430.2700.2217.9346.0362.94
Hex7595CC2B1B014da2e3f
Octal16522531453330243325677
Binary111010110010101110011001010111101101010011011010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7595CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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