#757EB3

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

Shades of Wild Blue Yonder #757EB3

Tints of Wild Blue Yonder #757EB3

Color information

#757EB3 (or 0x757EB3) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7E and B3. RGB value is (117,126,179). Sum of RGB (Red+Green+Blue) = 117+126+179=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #757EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EB3 is #8A814C. Grayscale: #818181. Windows color (decimal): -9077069 or 11763317. OLE color: 11763317.

HSL color Cylindrical-coordinate representation of color #757EB3: hue angle of 231.29º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #757EB3 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB117126179-
CMYK0.350.3000.30
HSL231.29º28.97%58.04%-
HSV(B)231.29º34.64%70.2%-
XYZ22.9321.9645.68-
YUV129.35156.02119.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 126 (49.61% from 255) = 29.86%
BLUE value IS 179 (70.31% from 255) = 42.42%
R=27.73%
G=29.86%
B=42.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171261790.350.3000.30231.2928.9758.04
Hex757EB3231E01Ee71d3a
Octal16517626343360363473572
Binary1110101111111010110011100011111100111101110011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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