#758FBB

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

Shades of Wild Blue Yonder #758FBB

Tints of Wild Blue Yonder #758FBB

Color information

#758FBB (or 0x758FBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8F and BB. RGB value is (117,143,187). Sum of RGB (Red+Green+Blue) = 117+143+187=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #758FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FBB is #8A7044. Grayscale: #8C8C8C. Windows color (decimal): -9072709 or 12291957. OLE color: 12291957.

HSL color Cylindrical-coordinate representation of color #758FBB: hue angle of 217.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #758FBB is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117143187-
CMYK0.370.2400.27
HSL217.71º33.98%59.61%-
HSV(B)217.71º37.43%73.33%-
XYZ26.1327.0150.85-
YUV140.24154.39111.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 187 (73.44% from 255) = 41.83%
R=26.17%
G=31.99%
B=41.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171431870.370.2400.27217.7133.9859.61
Hex758FBB251801Bda223c
Octal16521727345300333324274
Binary111010110001111101110111001011100001101111011010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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