#757EC6

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

Shades of Wild Blue Yonder #757EC6

Tints of Wild Blue Yonder #757EC6

Color information

#757EC6 (or 0x757EC6) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7E and C6. RGB value is (117,126,198). Sum of RGB (Red+Green+Blue) = 117+126+198=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #757EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EC6 is #8A8139. Grayscale: #838383. Windows color (decimal): -9077050 or 13008501. OLE color: 13008501.

HSL color Cylindrical-coordinate representation of color #757EC6: hue angle of 233.33º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #757EC6 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117126198-
CMYK0.410.3600.22
HSL233.33º41.54%61.76%-
HSV(B)233.33º40.91%77.65%-
XYZ24.9922.7856.51-
YUV131.52165.52117.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 126 (49.61% from 255) = 28.57%
BLUE value IS 198 (77.73% from 255) = 44.90%
R=26.53%
G=28.57%
B=44.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171261980.410.3600.22233.3341.5461.76
Hex757EC62924016e92a3e
Octal16517630651440263515276
Binary111010111111101100011010100110010001011011101001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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