Html Css Color HEX #7990BD Wild Blue Yonder

📋 copy color: '#7990BD'

red 121 ◦ green 144 ◦ blue 189

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

Shades of Wild Blue Yonder #7990BD

Tints of Wild Blue Yonder #7990BD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.72%

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 26.65%
G = 31.72%
B = 41.63%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7990BD (or 0x7990BD) is known color: Wild Blue Yonder. HEX triplet: 79, 90 and BD. RGB value is (121,144,189). Sum of RGB (Red+Green+Blue) = 121+144+189=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #7990BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990BD is #866F42. Grayscale: #8E8E8E. Windows color (decimal): -8810307 or 12423289. OLE color: 12423289.

HSL color Cylindrical-coordinate representation of color #7990BD: hue angle of 219.71º degrees, saturation: 0.34, 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 #7990BD is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 144 189 -
CMYK 0.36 0.24 0 0.26
HSL 219.71º 0.34% 0.61% -
HSV(B) 219.71º 0.36% 0.74% -
XYZ 27.04 27.69 52.06 -
YUV 142.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 121 144 189 0.36 0.24 0 0.26 219.71 0.34 0.61
Hex 79 90 BD 24 18 0 1A DC 22 3D
Octal 171 220 275 44 30 0 32 334 42 75
Binary 1111001 10010000 10111101 100100 11000 0 11010 11011100 100010 111101

Color Harmonies of #7990BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7990BD

Black with #7990BD

Text Example


Text Example

White with #7990BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7990BD; }

 p { color: rgb(121,144,189); }

 H1.HeaderClassName
 {
   color: #7990BD;
 }
 .AnyTagClassName
 {
   color: #7990BD;
 }
</style>

background-color css

<style>
 a { background-color: #7990BD; }

 a { background-color: rgb(121,144,189); }

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

border-color css

<style>
 span { border-color: #7990BD; }

 span { border-color: rgb(121,144,189); }

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