Html Css Color HEX #7186BA Wild Blue Yonder

📋 copy color: '#7186BA'

red 113 ◦ green 134 ◦ blue 186

#7186BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7186BA

Tints of Wild Blue Yonder #7186BA

RGB

 RED value IS 113 (44.53% from 255) = 26.1%

 GREEN value IS 134 (52.73% from 255) = 30.95%

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 26.1%
G = 30.95%
B = 42.96%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7186BA (or 0x7186BA) is known color: Wild Blue Yonder. HEX triplet: 71, 86 and BA. RGB value is (113,134,186). Sum of RGB (Red+Green+Blue) = 113+134+186=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #7186BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7186BA is #8E7945. Grayscale: #858585. Windows color (decimal): -9337158 or 12224113. OLE color: 12224113.

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

Color convert

RGB 113 134 186 -
CMYK 0.39 0.28 0 0.27
HSL 222.74º 0.35% 0.59% -
HSV(B) 222.74º 0.39% 0.73% -
XYZ 24.2 24.11 49.83 -
YUV 133.65 157.54 113.27 -
System Red Green Blue C M Y K H S L
Decimal 113 134 186 0.39 0.28 0 0.27 222.74 0.35 0.59
Hex 71 86 BA 27 1C 0 1B DF 23 3B
Octal 161 206 272 47 34 0 33 337 43 73
Binary 1110001 10000110 10111010 100111 11100 0 11011 11011111 100011 111011

Color Harmonies of #7186BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7186BA

Black with #7186BA

Text Example


Text Example

White with #7186BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7186BA;
 }
 .AnyTagClassName
 {
   color: #7186BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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