#7186BB

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

Shades of Wild Blue Yonder #7186BB

Tints of Wild Blue Yonder #7186BB

Color information

#7186BB (or 0x7186BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 86 and BB. RGB value is (113,134,187). Sum of RGB (Red+Green+Blue) = 113+134+187=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #7186BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7186BB is #8E7944. Grayscale: #858585. Windows color (decimal): -9337157 or 12289649. OLE color: 12289649.

HSL color Cylindrical-coordinate representation of color #7186BB: hue angle of 222.97º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7186BB is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113134187-
CMYK0.400.2800.27
HSL222.97º35.24%58.82%-
HSV(B)222.97º39.57%73.33%-
XYZ24.324.1550.39-
YUV133.76158.04113.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.04%
GREEN value IS 134 (52.73% from 255) = 30.88%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=26.04%
G=30.88%
B=43.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131341870.400.2800.27222.9735.2458.82
Hex7186BB281C01Bdf233b
Octal16120627350340333374373
Binary111000110000110101110111010001110001101111011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7186BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7186BB; }

 p { color: rgb(113,134,187); }

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

<style>
 a { background-color: #7186BB; }

 a { background-color: rgb(113,134,187); }

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

<style>
 span { border-color: #7186BB; }

 span { border-color: rgb(113,134,187); }

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