#757CBA

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

Shades of Wild Blue Yonder #757CBA

Tints of Wild Blue Yonder #757CBA

Color information

#757CBA (or 0x757CBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7C and BA. RGB value is (117,124,186). Sum of RGB (Red+Green+Blue) = 117+124+186=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #757CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CBA is #8A8345. Grayscale: #808080. Windows color (decimal): -9077574 or 12221557. OLE color: 12221557.

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

Color convert

RGB117124186-
CMYK0.370.3300.27
HSL233.91º33.33%59.41%-
HSV(B)233.91º37.1%72.94%-
XYZ23.4121.7449.42-
YUV128.98160.18119.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.40%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=27.40%
G=29.04%
B=43.56%

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
Decimal1171241860.370.3300.27233.9133.3359.41
Hex757CBA252101Bea213b
Octal16517427245410333524173
Binary111010111111001011101010010110000101101111101010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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