#758EBF

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

Shades of Wild Blue Yonder #758EBF

Tints of Wild Blue Yonder #758EBF

Color information

#758EBF (or 0x758EBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8E and BF. RGB value is (117,142,191). Sum of RGB (Red+Green+Blue) = 117+142+191=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #758EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EBF is #8A7140. Grayscale: #8B8B8B. Windows color (decimal): -9072961 or 12553845. OLE color: 12553845.

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

Color convert

RGB117142191-
CMYK0.390.2600.25
HSL219.73º36.63%60.39%-
HSV(B)219.73º38.74%74.9%-
XYZ26.4126.8953.09-
YUV140.11156.72111.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 191 (75% from 255) = 42.44%
R=26%
G=31.56%
B=42.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171421910.390.2600.25219.7336.6360.39
Hex758EBF271A019dc253c
Octal16521627747320313344574
Binary111010110001110101111111001111101001100111011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,142,191); }

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

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

 a { background-color: rgb(117,142,191); }

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

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

 span { border-color: rgb(117,142,191); }

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