#758DCC

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

Shades of Wild Blue Yonder #758DCC

Tints of Wild Blue Yonder #758DCC

Color information

#758DCC (or 0x758DCC) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8D and CC. RGB value is (117,141,204). Sum of RGB (Red+Green+Blue) = 117+141+204=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #758DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DCC is #8A7233. Grayscale: #8C8C8C. Windows color (decimal): -9073204 or 13405557. OLE color: 13405557.

HSL color Cylindrical-coordinate representation of color #758DCC: hue angle of 223.45º 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 #758DCC is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB117141204-
CMYK0.430.3100.2
HSL223.45º46.03%62.94%-
HSV(B)223.45º42.65%80%-
XYZ27.7627.1960.91-
YUV141.01163.55110.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.32%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 204 (80.08% from 255) = 44.16%
R=25.32%
G=30.52%
B=44.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171412040.430.3100.2223.4546.0362.94
Hex758DCC2B1F014df2e3f
Octal16521531453370243375677
Binary111010110001101110011001010111111101010011011111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758DCC; }

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

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

<style>
 a { background-color: #758DCC; }

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

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

<style>
 span { border-color: #758DCC; }

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

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