#757BBA

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

Shades of Wild Blue Yonder #757BBA

Tints of Wild Blue Yonder #757BBA

Color information

#757BBA (or 0x757BBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7B and BA. RGB value is (117,123,186). Sum of RGB (Red+Green+Blue) = 117+123+186=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #757BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BBA is #8A8445. Grayscale: #808080. Windows color (decimal): -9077830 or 12221301. OLE color: 12221301.

HSL color Cylindrical-coordinate representation of color #757BBA: hue angle of 234.78º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #757BBA is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117123186-
CMYK0.370.3400.27
HSL234.78º33.33%59.41%-
HSV(B)234.78º37.1%72.94%-
XYZ23.2821.4949.38-
YUV128.39160.51119.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.46%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=27.46%
G=28.87%
B=43.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171231860.370.3400.27234.7833.3359.41
Hex757BBA252201Beb213b
Octal16517327245420333534173
Binary111010111110111011101010010110001001101111101011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,123,186); }

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

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

 a { background-color: rgb(117,123,186); }

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

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

 span { border-color: rgb(117,123,186); }

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