Html Css Color HEX #7986BB Wild Blue Yonder

📋 copy color: '#7986BB'

red 121 ◦ green 134 ◦ blue 187

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

Shades of Wild Blue Yonder #7986BB

Tints of Wild Blue Yonder #7986BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 27.38%
G = 30.32%
B = 42.31%

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

#7986BB (or 0x7986BB) is known color: Wild Blue Yonder. HEX triplet: 79, 86 and BB. RGB value is (121,134,187). Sum of RGB (Red+Green+Blue) = 121+134+187=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #7986BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7986BB is #867944. Grayscale: #878787. Windows color (decimal): -8812869 or 12289657. OLE color: 12289657.

HSL color Cylindrical-coordinate representation of color #7986BB: hue angle of 228.18º degrees, saturation: 0.33, 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 #7986BB is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 134 187 -
CMYK 0.35 0.28 0 0.27
HSL 228.18º 0.33% 0.6% -
HSV(B) 228.18º 0.35% 0.73% -
XYZ 25.38 24.7 50.44 -
YUV 136.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 121 134 187 0.35 0.28 0 0.27 228.18 0.33 0.6
Hex 79 86 BB 23 1C 0 1B E4 21 3C
Octal 171 206 273 43 34 0 33 344 41 74
Binary 1111001 10000110 10111011 100011 11100 0 11011 11100100 100001 111100

Color Harmonies of #7986BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7986BB

Black with #7986BB

Text Example


Text Example

White with #7986BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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