#7595C8

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

Shades of Wild Blue Yonder #7595C8

Tints of Wild Blue Yonder #7595C8

Color information

#7595C8 (or 0x7595C8) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 95 and C8. RGB value is (117,149,200). Sum of RGB (Red+Green+Blue) = 117+149+200=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #7595C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7595C8 is #8A6A37. Grayscale: #919191. Windows color (decimal): -9071160 or 13145461. OLE color: 13145461.

HSL color Cylindrical-coordinate representation of color #7595C8: hue angle of 216.87º 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 #7595C8 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117149200-
CMYK0.420.2600.22
HSL216.87º43.01%62.16%-
HSV(B)216.87º41.5%78.43%-
XYZ28.5129.4558.82-
YUV145.25158.9107.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.11%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 200 (78.52% from 255) = 42.92%
R=25.11%
G=31.97%
B=42.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171492000.420.2600.22216.8743.0162.16
Hex7595C82A1A016d92b3e
Octal16522531052320263315376
Binary111010110010101110010001010101101001011011011001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7595C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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