#758ABB

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

Shades of Wild Blue Yonder #758ABB

Tints of Wild Blue Yonder #758ABB

Color information

#758ABB (or 0x758ABB) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8A and BB. RGB value is (117,138,187). Sum of RGB (Red+Green+Blue) = 117+138+187=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #758ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ABB is #8A7544. Grayscale: #898989. Windows color (decimal): -9073989 or 12290677. OLE color: 12290677.

HSL color Cylindrical-coordinate representation of color #758ABB: hue angle of 222º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #758ABB is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117138187-
CMYK0.370.2600.27
HSL222º33.98%59.61%-
HSV(B)222º37.43%73.33%-
XYZ25.3925.5550.61-
YUV137.31156.04113.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.47%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=26.47%
G=31.22%
B=42.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171381870.370.2600.2722233.9859.61
Hex758ABB251A01Bde223c
Octal16521227345320333364274
Binary111010110001010101110111001011101001101111011110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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