#758AC2

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

Shades of Wild Blue Yonder #758AC2

Tints of Wild Blue Yonder #758AC2

Color information

#758AC2 (or 0x758AC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8A and C2. RGB value is (117,138,194). Sum of RGB (Red+Green+Blue) = 117+138+194=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #758AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AC2 is #8A753D. Grayscale: #898989. Windows color (decimal): -9073982 or 12749429. OLE color: 12749429.

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

Color convert

RGB117138194-
CMYK0.400.2900.24
HSL223.64º38.69%60.98%-
HSV(B)223.64º39.69%76.08%-
XYZ26.1625.8554.65-
YUV138.11159.54112.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.06%
GREEN value IS 138 (54.30% from 255) = 30.73%
BLUE value IS 194 (76.17% from 255) = 43.21%
R=26.06%
G=30.73%
B=43.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171381940.400.2900.24223.6438.6960.98
Hex758AC2281D018e0273d
Octal16521230250350303404775
Binary111010110001010110000101010001110101100011100000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,138,194); }

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

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

 a { background-color: rgb(117,138,194); }

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

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

 span { border-color: rgb(117,138,194); }

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