#757EBF

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

Shades of Wild Blue Yonder #757EBF

Tints of Wild Blue Yonder #757EBF

Color information

#757EBF (or 0x757EBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7E and BF. RGB value is (117,126,191). Sum of RGB (Red+Green+Blue) = 117+126+191=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #757EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EBF is #8A8140. Grayscale: #828282. Windows color (decimal): -9077057 or 12549749. OLE color: 12549749.

HSL color Cylindrical-coordinate representation of color #757EBF: hue angle of 232.7º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #757EBF is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117126191-
CMYK0.390.3400.25
HSL232.7º36.63%60.39%-
HSV(B)232.7º38.74%74.9%-
XYZ24.222.4752.35-
YUV130.72162.02118.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.96%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 191 (75% from 255) = 44.01%
R=26.96%
G=29.03%
B=44.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171261910.390.3400.25232.736.6360.39
Hex757EBF2722019e9253c
Octal16517627747420313514574
Binary111010111111101011111110011110001001100111101001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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