#758DCE

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

Shades of Wild Blue Yonder #758DCE

Tints of Wild Blue Yonder #758DCE

Color information

#758DCE (or 0x758DCE) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8D and CE. RGB value is (117,141,206). Sum of RGB (Red+Green+Blue) = 117+141+206=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #758DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DCE is #8A7231. Grayscale: #8C8C8C. Windows color (decimal): -9073202 or 13536629. OLE color: 13536629.

HSL color Cylindrical-coordinate representation of color #758DCE: hue angle of 223.82º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758DCE is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117141206-
CMYK0.430.3200.19
HSL223.82º47.59%63.33%-
HSV(B)223.82º43.2%80.78%-
XYZ2827.2962.18-
YUV141.23164.55110.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.22%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 206 (80.86% from 255) = 44.40%
R=25.22%
G=30.39%
B=44.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171412060.430.3200.19223.8247.5963.33
Hex758DCE2B20013e0303f
Octal16521531653400233406077
Binary1110101100011011100111010101110000001001111100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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