#7584BE

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

Shades of Wild Blue Yonder #7584BE

Tints of Wild Blue Yonder #7584BE

Color information

#7584BE (or 0x7584BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 84 and BE. RGB value is (117,132,190). Sum of RGB (Red+Green+Blue) = 117+132+190=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #7584BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584BE is #8A7B41. Grayscale: #858585. Windows color (decimal): -9075522 or 12485749. OLE color: 12485749.

HSL color Cylindrical-coordinate representation of color #7584BE: hue angle of 227.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7584BE is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117132190-
CMYK0.380.3100.25
HSL227.67º35.96%60.2%-
HSV(B)227.67º38.42%74.51%-
XYZ24.882452.04-
YUV134.13159.53115.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.65%
GREEN value IS 132 (51.95% from 255) = 30.07%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=26.65%
G=30.07%
B=43.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171321900.380.3100.25227.6735.9660.2
Hex7584BE261F019e4243c
Octal16520427646370313444474
Binary111010110000100101111101001101111101100111100100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7584BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7584BE; }

 p { color: rgb(117,132,190); }

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

<style>
 a { background-color: #7584BE; }

 a { background-color: rgb(117,132,190); }

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

<style>
 span { border-color: #7584BE; }

 span { border-color: rgb(117,132,190); }

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