#757EB7

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

Shades of Wild Blue Yonder #757EB7

Tints of Wild Blue Yonder #757EB7

Color information

#757EB7 (or 0x757EB7) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7E and B7. RGB value is (117,126,183). Sum of RGB (Red+Green+Blue) = 117+126+183=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 183 - color contains mainly: blue. Hex color #757EB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EB7 is #8A8148. Grayscale: #818181. Windows color (decimal): -9077065 or 12025461. OLE color: 12025461.

HSL color Cylindrical-coordinate representation of color #757EB7: hue angle of 231.82º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #757EB7 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB117126183-
CMYK0.360.3100.28
HSL231.82º31.43%58.82%-
HSV(B)231.82º36.07%71.76%-
XYZ23.3422.1247.84-
YUV129.81158.02118.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.46%
GREEN value IS 126 (49.61% from 255) = 29.58%
BLUE value IS 183 (71.88% from 255) = 42.96%
R=27.46%
G=29.58%
B=42.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171261830.360.3100.28231.8231.4358.82
Hex757EB7241F01Ce81f3b
Octal16517626744370343503773
Binary1110101111111010110111100100111110111001110100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,126,183); }

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

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

 a { background-color: rgb(117,126,183); }

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

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

 span { border-color: rgb(117,126,183); }

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