#758DCA

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

Shades of Wild Blue Yonder #758DCA

Tints of Wild Blue Yonder #758DCA

Color information

#758DCA (or 0x758DCA) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8D and CA. RGB value is (117,141,202). Sum of RGB (Red+Green+Blue) = 117+141+202=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #758DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DCA is #8A7235. Grayscale: #8C8C8C. Windows color (decimal): -9073206 or 13274485. OLE color: 13274485.

HSL color Cylindrical-coordinate representation of color #758DCA: hue angle of 223.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #758DCA is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117141202-
CMYK0.420.3000.21
HSL223.06º44.5%62.55%-
HSV(B)223.06º42.08%79.22%-
XYZ27.5227.159.66-
YUV140.78162.55111.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.43%
GREEN value IS 141 (55.47% from 255) = 30.65%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=25.43%
G=30.65%
B=43.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171412020.420.3000.21223.0644.562.55
Hex758DCA2A1E015df2d3f
Octal16521531252360253375577
Binary111010110001101110010101010101111001010111011111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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