#757CBE

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

Shades of Wild Blue Yonder #757CBE

Tints of Wild Blue Yonder #757CBE

Color information

#757CBE (or 0x757CBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7C and BE. RGB value is (117,124,190). Sum of RGB (Red+Green+Blue) = 117+124+190=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #757CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CBE is #8A8341. Grayscale: #818181. Windows color (decimal): -9077570 or 12483701. OLE color: 12483701.

HSL color Cylindrical-coordinate representation of color #757CBE: hue angle of 234.25º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #757CBE is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117124190-
CMYK0.380.3500.25
HSL234.25º35.96%60.2%-
HSV(B)234.25º38.42%74.51%-
XYZ23.8421.9151.69-
YUV129.43162.18119.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 124 (48.83% from 255) = 28.77%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=27.15%
G=28.77%
B=44.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171241900.380.3500.25234.2535.9660.2
Hex757CBE2623019ea243c
Octal16517427646430313524474
Binary111010111111001011111010011010001101100111101010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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