#7186BD

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

Shades of Wild Blue Yonder #7186BD

Tints of Wild Blue Yonder #7186BD

Color information

#7186BD (or 0x7186BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 86 and BD. RGB value is (113,134,189). Sum of RGB (Red+Green+Blue) = 113+134+189=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #7186BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7186BD is #8E7942. Grayscale: #858585. Windows color (decimal): -9337155 or 12420721. OLE color: 12420721.

HSL color Cylindrical-coordinate representation of color #7186BD: hue angle of 223.42º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7186BD is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB113134189-
CMYK0.400.2900.26
HSL223.42º36.54%59.22%-
HSV(B)223.42º40.21%74.12%-
XYZ24.5224.2451.53-
YUV133.99159.04113.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.92%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=25.92%
G=30.73%
B=43.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131341890.400.2900.26223.4236.5459.22
Hex7186BD281D01Adf253b
Octal16120627550350323374573
Binary111000110000110101111011010001110101101011011111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7186BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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