#758DC5

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

Shades of Wild Blue Yonder #758DC5

Tints of Wild Blue Yonder #758DC5

Color information

#758DC5 (or 0x758DC5) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8D and C5. RGB value is (117,141,197). Sum of RGB (Red+Green+Blue) = 117+141+197=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 197 - color contains mainly: blue. Hex color #758DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DC5 is #8A723A. Grayscale: #8B8B8B. Windows color (decimal): -9073211 or 12946805. OLE color: 12946805.

HSL color Cylindrical-coordinate representation of color #758DC5: hue angle of 222º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #758DC5 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB117141197-
CMYK0.410.2800.23
HSL222º40.82%61.57%-
HSV(B)222º40.61%77.25%-
XYZ26.9426.8656.59-
YUV140.21160.05111.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.71%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 197 (77.34% from 255) = 43.30%
R=25.71%
G=30.99%
B=43.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1171411970.410.2800.2322240.8261.57
Hex758DC5291C017de293e
Octal16521530551340273365176
Binary111010110001101110001011010011110001011111011110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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