Html Css Color HEX #7986BA Wild Blue Yonder

📋 copy color: '#7986BA'

red 121 ◦ green 134 ◦ blue 186

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

Shades of Wild Blue Yonder #7986BA

Tints of Wild Blue Yonder #7986BA

RGB

 RED value IS 121 (47.66% from 255) = 27.44%

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

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

R = 27.44%
G = 30.39%
B = 42.18%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7986BA (or 0x7986BA) is known color: Wild Blue Yonder. HEX triplet: 79, 86 and BA. RGB value is (121,134,186). Sum of RGB (Red+Green+Blue) = 121+134+186=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #7986BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7986BA is #867945. Grayscale: #878787. Windows color (decimal): -8812870 or 12224121. OLE color: 12224121.

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

Color convert

RGB 121 134 186 -
CMYK 0.35 0.28 0 0.27
HSL 228º 0.32% 0.6% -
HSV(B) 228º 0.35% 0.73% -
XYZ 25.27 24.66 49.88 -
YUV 136.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 121 134 186 0.35 0.28 0 0.27 228 0.32 0.6
Hex 79 86 BA 23 1C 0 1B E4 20 3C
Octal 171 206 272 43 34 0 33 344 40 74
Binary 1111001 10000110 10111010 100011 11100 0 11011 11100100 100000 111100

Color Harmonies of #7986BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7986BA

Black with #7986BA

Text Example


Text Example

White with #7986BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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