#758BC9

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

Shades of Wild Blue Yonder #758BC9

Tints of Wild Blue Yonder #758BC9

Color information

#758BC9 (or 0x758BC9) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8B and C9. RGB value is (117,139,201). Sum of RGB (Red+Green+Blue) = 117+139+201=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #758BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BC9 is #8A7436. Grayscale: #8B8B8B. Windows color (decimal): -9073719 or 13208437. OLE color: 13208437.

HSL color Cylindrical-coordinate representation of color #758BC9: hue angle of 224.29º 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 #758BC9 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117139201-
CMYK0.420.3100.21
HSL224.29º43.75%62.35%-
HSV(B)224.29º41.79%78.82%-
XYZ27.1126.4658.94-
YUV139.49162.71111.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.60%
GREEN value IS 139 (54.69% from 255) = 30.42%
BLUE value IS 201 (78.91% from 255) = 43.98%
R=25.60%
G=30.42%
B=43.98%

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
Decimal1171392010.420.3100.21224.2943.7562.35
Hex758BC92A1F015e02c3e
Octal16521331152370253405476
Binary111010110001011110010011010101111101010111100000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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