#757CB9

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

Shades of Wild Blue Yonder #757CB9

Tints of Wild Blue Yonder #757CB9

Color information

#757CB9 (or 0x757CB9) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7C and B9. RGB value is (117,124,185). Sum of RGB (Red+Green+Blue) = 117+124+185=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #757CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CB9 is #8A8346. Grayscale: #808080. Windows color (decimal): -9077575 or 12156021. OLE color: 12156021.

HSL color Cylindrical-coordinate representation of color #757CB9: hue angle of 233.82º 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 #757CB9 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117124185-
CMYK0.370.3300.27
HSL233.82º32.69%59.22%-
HSV(B)233.82º36.76%72.55%-
XYZ23.321.748.86-
YUV128.86159.68119.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.46%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 185 (72.66% from 255) = 43.43%
R=27.46%
G=29.11%
B=43.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171241850.370.3300.27233.8232.6959.22
Hex757CB9252101Bea213b
Octal16517427145410333524173
Binary111010111111001011100110010110000101101111101010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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