#758AC8

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

Shades of Wild Blue Yonder #758AC8

Tints of Wild Blue Yonder #758AC8

Color information

#758AC8 (or 0x758AC8) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8A and C8. RGB value is (117,138,200). Sum of RGB (Red+Green+Blue) = 117+138+200=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #758AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AC8 is #8A7537. Grayscale: #8A8A8A. Windows color (decimal): -9073976 or 13142645. OLE color: 13142645.

HSL color Cylindrical-coordinate representation of color #758AC8: hue angle of 224.82º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #758AC8 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117138200-
CMYK0.420.3100.22
HSL224.82º43.01%62.16%-
HSV(B)224.82º41.5%78.43%-
XYZ26.8526.1358.27-
YUV138.79162.54112.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.71%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 200 (78.52% from 255) = 43.96%
R=25.71%
G=30.33%
B=43.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171382000.420.3100.22224.8243.0162.16
Hex758AC82A1F016e12b3e
Octal16521231052370263415376
Binary111010110001010110010001010101111101011011100001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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