#7595CE

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

Shades of Wild Blue Yonder #7595CE

Tints of Wild Blue Yonder #7595CE

Color information

#7595CE (or 0x7595CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 95 and CE. RGB value is (117,149,206). Sum of RGB (Red+Green+Blue) = 117+149+206=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #7595CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7595CE is #8A6A31. Grayscale: #919191. Windows color (decimal): -9071154 or 13538677. OLE color: 13538677.

HSL color Cylindrical-coordinate representation of color #7595CE: hue angle of 218.43º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7595CE is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117149206-
CMYK0.430.2800.19
HSL218.43º47.59%63.33%-
HSV(B)218.43º43.2%80.78%-
XYZ29.2229.7362.59-
YUV145.93161.9107.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=24.79%
G=31.57%
B=43.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171492060.430.2800.19218.4347.5963.33
Hex7595CE2B1C013da303f
Octal16522531653340233326077
Binary111010110010101110011101010111110001001111011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7595CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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