#758DC0

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

Shades of Wild Blue Yonder #758DC0

Tints of Wild Blue Yonder #758DC0

Color information

#758DC0 (or 0x758DC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8D and C0. RGB value is (117,141,192). Sum of RGB (Red+Green+Blue) = 117+141+192=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #758DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DC0 is #8A723F. Grayscale: #8B8B8B. Windows color (decimal): -9073216 or 12619125. OLE color: 12619125.

HSL color Cylindrical-coordinate representation of color #758DC0: hue angle of 220.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758DC0 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117141192-
CMYK0.390.2700.25
HSL220.8º37.31%60.59%-
HSV(B)220.8º39.06%75.29%-
XYZ26.3826.6453.62-
YUV139.64157.55111.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 141 (55.47% from 255) = 31.33%
BLUE value IS 192 (75.39% from 255) = 42.67%
R=26%
G=31.33%
B=42.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171411920.390.2700.25220.837.3160.59
Hex758DC0271B019dd253d
Octal16521530047330313354575
Binary111010110001101110000001001111101101100111011101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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