#758FBD

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

Shades of Wild Blue Yonder #758FBD

Tints of Wild Blue Yonder #758FBD

Color information

#758FBD (or 0x758FBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8F and BD. RGB value is (117,143,189). Sum of RGB (Red+Green+Blue) = 117+143+189=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #758FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FBD is #8A7042. Grayscale: #8C8C8C. Windows color (decimal): -9072707 or 12423029. OLE color: 12423029.

HSL color Cylindrical-coordinate representation of color #758FBD: hue angle of 218.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758FBD is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117143189-
CMYK0.380.2400.26
HSL218.33º35.29%60%-
HSV(B)218.33º38.1%74.12%-
XYZ26.3427.151.99-
YUV140.47155.39111.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 189 (74.22% from 255) = 42.09%
R=26.06%
G=31.85%
B=42.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171431890.380.2400.26218.3335.2960
Hex758FBD261801Ada233c
Octal16521727546300323324374
Binary111010110001111101111011001101100001101011011010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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