#7591CF

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

Shades of Wild Blue Yonder #7591CF

Tints of Wild Blue Yonder #7591CF

Color information

#7591CF (or 0x7591CF) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 91 and CF. RGB value is (117,145,207). Sum of RGB (Red+Green+Blue) = 117+145+207=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #7591CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7591CF is #8A6E30. Grayscale: #8F8F8F. Windows color (decimal): -9072177 or 13603189. OLE color: 13603189.

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

Color convert

RGB117145207-
CMYK0.430.3000.19
HSL221.33º48.39%63.53%-
HSV(B)221.33º43.48%81.18%-
XYZ28.7228.5463.03-
YUV143.7163.72108.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.95%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=24.95%
G=30.92%
B=44.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171452070.430.3000.19221.3348.3963.53
Hex7591CF2B1E013dd3040
Octal165221317533602333560100
Binary1110101100100011100111110101111110010011110111011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7591CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7591CF; }

 p { color: rgb(117,145,207); }

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

<style>
 a { background-color: #7591CF; }

 a { background-color: rgb(117,145,207); }

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

<style>
 span { border-color: #7591CF; }

 span { border-color: rgb(117,145,207); }

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