#758ABE

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

Shades of Wild Blue Yonder #758ABE

Tints of Wild Blue Yonder #758ABE

Color information

#758ABE (or 0x758ABE) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8A and BE. RGB value is (117,138,190). Sum of RGB (Red+Green+Blue) = 117+138+190=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #758ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ABE is #8A7541. Grayscale: #898989. Windows color (decimal): -9073986 or 12487285. OLE color: 12487285.

HSL color Cylindrical-coordinate representation of color #758ABE: hue angle of 222.74º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758ABE is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117138190-
CMYK0.380.2700.25
HSL222.74º35.96%60.2%-
HSV(B)222.74º38.42%74.51%-
XYZ25.7225.6852.32-
YUV137.65157.54113.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.29%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=26.29%
G=31.01%
B=42.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171381900.380.2700.25222.7435.9660.2
Hex758ABE261B019df243c
Octal16521227646330313374474
Binary111010110001010101111101001101101101100111011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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