#7585CE

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

Shades of Wild Blue Yonder #7585CE

Tints of Wild Blue Yonder #7585CE

Color information

#7585CE (or 0x7585CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 85 and CE. RGB value is (117,133,206). Sum of RGB (Red+Green+Blue) = 117+133+206=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #7585CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7585CE is #8A7A31. Grayscale: #888888. Windows color (decimal): -9075250 or 13534581. OLE color: 13534581.

HSL color Cylindrical-coordinate representation of color #7585CE: hue angle of 229.21º 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 #7585CE is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117133206-
CMYK0.430.3500.19
HSL229.21º47.59%63.33%-
HSV(B)229.21º43.2%80.78%-
XYZ26.8625.0161.8-
YUV136.54167.2114.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.66%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=25.66%
G=29.17%
B=45.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171332060.430.3500.19229.2147.5963.33
Hex7585CE2B23013e5303f
Octal16520531653430233456077
Binary1110101100001011100111010101110001101001111100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7585CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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