#758AC9

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

Shades of Wild Blue Yonder #758AC9

Tints of Wild Blue Yonder #758AC9

Color information

#758AC9 (or 0x758AC9) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8A and C9. RGB value is (117,138,201). Sum of RGB (Red+Green+Blue) = 117+138+201=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #758AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AC9 is #8A7536. Grayscale: #8A8A8A. Windows color (decimal): -9073975 or 13208181. OLE color: 13208181.

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

Color convert

RGB117138201-
CMYK0.420.3100.21
HSL225º43.75%62.35%-
HSV(B)225º41.79%78.82%-
XYZ26.9726.1858.89-
YUV138.9163.04112.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.66%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 201 (78.91% from 255) = 44.08%
R=25.66%
G=30.26%
B=44.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171382010.420.3100.2122543.7562.35
Hex758AC92A1F015e12c3e
Octal16521231152370253415476
Binary111010110001010110010011010101111101010111100001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,138,201); }

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

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

 a { background-color: rgb(117,138,201); }

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

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

 span { border-color: rgb(117,138,201); }

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