#757FB9

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

Shades of Wild Blue Yonder #757FB9

Tints of Wild Blue Yonder #757FB9

Color information

#757FB9 (or 0x757FB9) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7F and B9. RGB value is (117,127,185). Sum of RGB (Red+Green+Blue) = 117+127+185=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #757FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757FB9 is #8A8046. Grayscale: #828282. Windows color (decimal): -9076807 or 12156789. OLE color: 12156789.

HSL color Cylindrical-coordinate representation of color #757FB9: hue angle of 231.18º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #757FB9 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117127185-
CMYK0.370.3100.27
HSL231.18º32.69%59.22%-
HSV(B)231.18º36.76%72.55%-
XYZ23.6822.4648.99-
YUV130.62158.69118.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 185 (72.66% from 255) = 43.12%
R=27.27%
G=29.60%
B=43.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171271850.370.3100.27231.1832.6959.22
Hex757FB9251F01Be7213b
Octal16517727145370333474173
Binary11101011111111101110011001011111101101111100111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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