#758BC1

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

Shades of Wild Blue Yonder #758BC1

Tints of Wild Blue Yonder #758BC1

Color information

#758BC1 (or 0x758BC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8B and C1. RGB value is (117,139,193). Sum of RGB (Red+Green+Blue) = 117+139+193=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #758BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BC1 is #8A743E. Grayscale: #8A8A8A. Windows color (decimal): -9073727 or 12684149. OLE color: 12684149.

HSL color Cylindrical-coordinate representation of color #758BC1: hue angle of 222.63º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758BC1 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117139193-
CMYK0.390.2800.24
HSL222.63º38%60.78%-
HSV(B)222.63º39.38%75.69%-
XYZ26.1926.154.11-
YUV138.58158.71112.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 139 (54.69% from 255) = 30.96%
BLUE value IS 193 (75.78% from 255) = 42.98%
R=26.06%
G=30.96%
B=42.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171391930.390.2800.24222.633860.78
Hex758BC1271C018df263d
Octal16521330147340303374675
Binary111010110001011110000011001111110001100011011111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,139,193); }

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

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

 a { background-color: rgb(117,139,193); }

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

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

 span { border-color: rgb(117,139,193); }

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