#758fc0

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

Shades of Wild Blue Yonder #758FC0

Tints of Wild Blue Yonder #758FC0

Color information

#758FC0 (or 0x758FC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8F and C0. RGB value is (117,143,192). Sum of RGB (Red+Green+Blue) = 117+143+192=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #758FC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FC0 is #8A703F. Grayscale: #8C8C8C. Windows color (decimal): -9072704 or 12619637. OLE color: 12619637.

HSL color Cylindrical-coordinate representation of color #758FC0: hue angle of 219.2º 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 #758FC0 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117143192-
CMYK0.390.2600.25
HSL219.2º37.31%60.59%-
HSV(B)219.2º39.06%75.29%-
XYZ26.6727.2353.72-
YUV140.81156.89111.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.88%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 192 (75.39% from 255) = 42.48%
R=25.88%
G=31.64%
B=42.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171431920.390.2600.25219.237.3160.59
Hex758FC0271A019db253d
Octal16521730047320313334575
Binary111010110001111110000001001111101001100111011011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758fc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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