#7584CC

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

Shades of Wild Blue Yonder #7584CC

Tints of Wild Blue Yonder #7584CC

Color information

#7584CC (or 0x7584CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 84 and CC. RGB value is (117,132,204). Sum of RGB (Red+Green+Blue) = 117+132+204=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #7584CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584CC is #8A7B33. Grayscale: #878787. Windows color (decimal): -9075508 or 13403253. OLE color: 13403253.

HSL color Cylindrical-coordinate representation of color #7584CC: hue angle of 229.66º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7584CC is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB117132204-
CMYK0.430.3500.2
HSL229.66º46.03%62.94%-
HSV(B)229.66º42.65%80%-
XYZ26.4924.6460.49-
YUV135.72166.53114.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 204 (80.08% from 255) = 45.03%
R=25.83%
G=29.14%
B=45.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171322040.430.3500.2229.6646.0362.94
Hex7584CC2B23014e62e3f
Octal16520431453430243465677
Binary1110101100001001100110010101110001101010011100110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7584CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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