#758FBF

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

Shades of Wild Blue Yonder #758FBF

Tints of Wild Blue Yonder #758FBF

Color information

#758FBF (or 0x758FBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8F and BF. RGB value is (117,143,191). Sum of RGB (Red+Green+Blue) = 117+143+191=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #758FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FBF is #8A7040. Grayscale: #8C8C8C. Windows color (decimal): -9072705 or 12554101. OLE color: 12554101.

HSL color Cylindrical-coordinate representation of color #758FBF: hue angle of 218.92º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758FBF is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117143191-
CMYK0.390.2500.25
HSL218.92º36.63%60.39%-
HSV(B)218.92º38.74%74.9%-
XYZ26.5627.1953.14-
YUV140.7156.39111.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.94%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 191 (75% from 255) = 42.35%
R=25.94%
G=31.71%
B=42.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171431910.390.2500.25218.9236.6360.39
Hex758FBF2719019db253c
Octal16521727747310313334574
Binary111010110001111101111111001111100101100111011011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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