#757FBF

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

Shades of Wild Blue Yonder #757FBF

Tints of Wild Blue Yonder #757FBF

Color information

#757FBF (or 0x757FBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7F and BF. RGB value is (117,127,191). Sum of RGB (Red+Green+Blue) = 117+127+191=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #757FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FBF is #8A8040. Grayscale: #838383. Windows color (decimal): -9076801 or 12550005. OLE color: 12550005.

HSL color Cylindrical-coordinate representation of color #757FBF: hue angle of 231.89º 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 #757FBF is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117127191-
CMYK0.390.3400.25
HSL231.89º36.63%60.39%-
HSV(B)231.89º38.74%74.9%-
XYZ24.3322.7252.39-
YUV131.31161.69117.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 127 (50% from 255) = 29.20%
BLUE value IS 191 (75% from 255) = 43.91%
R=26.90%
G=29.20%
B=43.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171271910.390.3400.25231.8936.6360.39
Hex757FBF2722019e8253c
Octal16517727747420313504574
Binary111010111111111011111110011110001001100111101000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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