#758DCD

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

Shades of Wild Blue Yonder #758DCD

Tints of Wild Blue Yonder #758DCD

Color information

#758DCD (or 0x758DCD) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8D and CD. RGB value is (117,141,205). Sum of RGB (Red+Green+Blue) = 117+141+205=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #758DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DCD is #8A7232. Grayscale: #8C8C8C. Windows color (decimal): -9073203 or 13471093. OLE color: 13471093.

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

Color convert

RGB117141205-
CMYK0.430.3100.20
HSL223.64º46.81%63.14%-
HSV(B)223.64º42.93%80.39%-
XYZ27.8827.2461.55-
YUV141.12164.05110.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.27%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=25.27%
G=30.45%
B=44.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171412050.430.3100.20223.6446.8163.14
Hex758DCD2B1F014e02f3f
Octal16521531553370243405777
Binary111010110001101110011011010111111101010011100000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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