#758DD1

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

Shades of Wild Blue Yonder #758DD1

Tints of Wild Blue Yonder #758DD1

Color information

#758DD1 (or 0x758DD1) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8D and D1. RGB value is (117,141,209). Sum of RGB (Red+Green+Blue) = 117+141+209=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #758DD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DD1 is #8A722E. Grayscale: #8D8D8D. Windows color (decimal): -9073199 or 13733237. OLE color: 13733237.

HSL color Cylindrical-coordinate representation of color #758DD1: hue angle of 224.35º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #758DD1 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117141209-
CMYK0.440.3300.18
HSL224.35º50%63.92%-
HSV(B)224.35º44.02%81.96%-
XYZ28.3727.4464.12-
YUV141.58166.05110.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 209 (82.03% from 255) = 44.75%
R=25.05%
G=30.19%
B=44.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171412090.440.3300.18224.355063.92
Hex758DD12C21012e03240
Octal165215321544102234062100
Binary11101011000110111010001101100100001010010111000001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758DD1; }

 p { color: rgb(117,141,209); }

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

<style>
 a { background-color: #758DD1; }

 a { background-color: rgb(117,141,209); }

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

<style>
 span { border-color: #758DD1; }

 span { border-color: rgb(117,141,209); }

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