#7599C1

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

Shades of Wild Blue Yonder #7599C1

Tints of Wild Blue Yonder #7599C1

Color information

#7599C1 (or 0x7599C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 99 and C1. RGB value is (117,153,193). Sum of RGB (Red+Green+Blue) = 117+153+193=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #7599C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599C1 is #8A663E. Grayscale: #929292. Windows color (decimal): -9070143 or 12687733. OLE color: 12687733.

HSL color Cylindrical-coordinate representation of color #7599C1: hue angle of 211.58º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7599C1 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117153193-
CMYK0.390.2100.24
HSL211.58º38%60.78%-
HSV(B)211.58º39.38%75.69%-
XYZ28.3530.4154.83-
YUV146.8154.07106.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.27%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=25.27%
G=33.05%
B=41.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171531930.390.2100.24211.583860.78
Hex7599C12715018d4263d
Octal16523130147250303244675
Binary111010110011001110000011001111010101100011010100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7599C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7599C1; }

 p { color: rgb(117,153,193); }

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

<style>
 a { background-color: #7599C1; }

 a { background-color: rgb(117,153,193); }

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

<style>
 span { border-color: #7599C1; }

 span { border-color: rgb(117,153,193); }

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