Html Css Color HEX #7986B7 Wild Blue Yonder

📋 copy color: '#7986B7'

red 121 ◦ green 134 ◦ blue 183

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

Shades of Wild Blue Yonder #7986B7

Tints of Wild Blue Yonder #7986B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.78%

R = 27.63%
G = 30.59%
B = 41.78%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7986B7 (or 0x7986B7) is known color: Wild Blue Yonder. HEX triplet: 79, 86 and B7. RGB value is (121,134,183). Sum of RGB (Red+Green+Blue) = 121+134+183=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #7986B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7986B7 is #867948. Grayscale: #878787. Windows color (decimal): -8812873 or 12027513. OLE color: 12027513.

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

Color convert

RGB 121 134 183 -
CMYK 0.34 0.27 0 0.28
HSL 227.42º 0.3% 0.6% -
HSV(B) 227.42º 0.34% 0.72% -
XYZ 24.96 24.53 48.22 -
YUV 135.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 121 134 183 0.34 0.27 0 0.28 227.42 0.3 0.6
Hex 79 86 B7 22 1B 0 1C E3 1E 3C
Octal 171 206 267 42 33 0 34 343 36 74
Binary 1111001 10000110 10110111 100010 11011 0 11100 11100011 11110 111100

Color Harmonies of #7986B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7986B7

Black with #7986B7

Text Example


Text Example

White with #7986B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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