#757EBD

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

Shades of Wild Blue Yonder #757EBD

Tints of Wild Blue Yonder #757EBD

Color information

#757EBD (or 0x757EBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7E and BD. RGB value is (117,126,189). Sum of RGB (Red+Green+Blue) = 117+126+189=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #757EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EBD is #8A8142. Grayscale: #828282. Windows color (decimal): -9077059 or 12418677. OLE color: 12418677.

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

Color convert

RGB117126189-
CMYK0.380.3300.26
HSL232.5º35.29%60%-
HSV(B)232.5º38.1%74.12%-
XYZ23.9822.3851.2-
YUV130.49161.02118.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 126 (49.61% from 255) = 29.17%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=27.08%
G=29.17%
B=43.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171261890.380.3300.26232.535.2960
Hex757EBD262101Ae8233c
Octal16517627546410323504374
Binary111010111111101011110110011010000101101011101000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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