#7186BC

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

Shades of Wild Blue Yonder #7186BC

Tints of Wild Blue Yonder #7186BC

Color information

#7186BC (or 0x7186BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 86 and BC. RGB value is (113,134,188). Sum of RGB (Red+Green+Blue) = 113+134+188=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #7186BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7186BC is #8E7943. Grayscale: #858585. Windows color (decimal): -9337156 or 12355185. OLE color: 12355185.

HSL color Cylindrical-coordinate representation of color #7186BC: hue angle of 223.2º degrees, saturation: 0.36, 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 #7186BC is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB113134188-
CMYK0.400.2900.26
HSL223.2º35.89%59.02%-
HSV(B)223.2º39.89%73.73%-
XYZ24.4124.1950.96-
YUV133.88158.54113.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.98%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 188 (73.83% from 255) = 43.22%
R=25.98%
G=30.80%
B=43.22%

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
Decimal1131341880.400.2900.26223.235.8959.02
Hex7186BC281D01Adf243b
Octal16120627450350323374473
Binary111000110000110101111001010001110101101011011111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7186BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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