#757CAF

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

Shades of Wild Blue Yonder #757CAF

Tints of Wild Blue Yonder #757CAF

Color information

#757CAF (or 0x757CAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7C and AF. RGB value is (117,124,175). Sum of RGB (Red+Green+Blue) = 117+124+175=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #757CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757CAF is #8A8350. Grayscale: #7F7F7F. Windows color (decimal): -9077585 or 11500661. OLE color: 11500661.

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

Color convert

RGB117124175-
CMYK0.330.2900.31
HSL232.76º26.61%57.25%-
HSV(B)232.76º33.14%68.63%-
XYZ22.2821.2943.49-
YUV127.72154.68120.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=28.12%
G=29.81%
B=42.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171241750.330.2900.31232.7626.6157.25
Hex757CAF211D01Fe91b39
Octal16517425741350373513371
Binary1110101111110010101111100001111010111111110100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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