#758CCE

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

Shades of Wild Blue Yonder #758CCE

Tints of Wild Blue Yonder #758CCE

Color information

#758CCE (or 0x758CCE) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8C and CE. RGB value is (117,140,206). Sum of RGB (Red+Green+Blue) = 117+140+206=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #758CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CCE is #8A7331. Grayscale: #8C8C8C. Windows color (decimal): -9073458 or 13536373. OLE color: 13536373.

HSL color Cylindrical-coordinate representation of color #758CCE: hue angle of 224.49º 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 #758CCE is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117140206-
CMYK0.430.3200.19
HSL224.49º47.59%63.33%-
HSV(B)224.49º43.2%80.78%-
XYZ27.8526.9962.13-
YUV140.65164.88111.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.27%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 206 (80.86% from 255) = 44.49%
R=25.27%
G=30.24%
B=44.49%

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
Decimal1171402060.430.3200.19224.4947.5963.33
Hex758CCE2B20013e0303f
Octal16521431653400233406077
Binary1110101100011001100111010101110000001001111100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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