Html Css Color HEX #7991BC Wild Blue Yonder

📋 copy color: '#7991BC'

red 121 ◦ green 145 ◦ blue 188

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

Shades of Wild Blue Yonder #7991BC

Tints of Wild Blue Yonder #7991BC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.94%

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 26.65%
G = 31.94%
B = 41.41%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7991BC (or 0x7991BC) is known color: Wild Blue Yonder. HEX triplet: 79, 91 and BC. RGB value is (121,145,188). Sum of RGB (Red+Green+Blue) = 121+145+188=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #7991BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7991BC is #866E43. Grayscale: #8E8E8E. Windows color (decimal): -8810052 or 12358009. OLE color: 12358009.

HSL color Cylindrical-coordinate representation of color #7991BC: hue angle of 218.51º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7991BC is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 145 188 -
CMYK 0.36 0.23 0 0.26
HSL 218.51º 0.33% 0.61% -
HSV(B) 218.51º 0.36% 0.74% -
XYZ 27.09 27.95 51.54 -
YUV 142.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 121 145 188 0.36 0.23 0 0.26 218.51 0.33 0.61
Hex 79 91 BC 24 17 0 1A DB 21 3D
Octal 171 221 274 44 27 0 32 333 41 75
Binary 1111001 10010001 10111100 100100 10111 0 11010 11011011 100001 111101

Color Harmonies of #7991BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7991BC

Black with #7991BC

Text Example


Text Example

White with #7991BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,145,188); }

 H1.HeaderClassName
 {
   color: #7991BC;
 }
 .AnyTagClassName
 {
   color: #7991BC;
 }
</style>

background-color css

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

 a { background-color: rgb(121,145,188); }

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

border-color css

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

 span { border-color: rgb(121,145,188); }

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