#757EAF

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

Shades of Wild Blue Yonder #757EAF

Tints of Wild Blue Yonder #757EAF

Color information

#757EAF (or 0x757EAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7E and AF. RGB value is (117,126,175). Sum of RGB (Red+Green+Blue) = 117+126+175=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #757EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757EAF is #8A8150. Grayscale: #808080. Windows color (decimal): -9077073 or 11501173. OLE color: 11501173.

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

Color convert

RGB117126175-
CMYK0.330.2800.31
HSL230.69º26.61%57.25%-
HSV(B)230.69º33.14%68.63%-
XYZ22.5321.843.58-
YUV128.89154.02119.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=27.99%
G=30.14%
B=41.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171261750.330.2800.31230.6926.6157.25
Hex757EAF211C01Fe71b39
Octal16517625741340373473371
Binary1110101111111010101111100001111000111111110011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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