Html Css Color HEX #7990B9 Wild Blue Yonder

📋 copy color: '#7990B9'

red 121 ◦ green 144 ◦ blue 185

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

Shades of Wild Blue Yonder #7990B9

Tints of Wild Blue Yonder #7990B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.11%

R = 26.89%
G = 32%
B = 41.11%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7990B9 (or 0x7990B9) is known color: Wild Blue Yonder. HEX triplet: 79, 90 and B9. RGB value is (121,144,185). Sum of RGB (Red+Green+Blue) = 121+144+185=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 185 - color contains mainly: blue. Hex color #7990B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990B9 is #866F46. Grayscale: #8D8D8D. Windows color (decimal): -8810311 or 12161145. OLE color: 12161145.

HSL color Cylindrical-coordinate representation of color #7990B9: hue angle of 218.44º degrees, saturation: 0.31, 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 #7990B9 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 144 185 -
CMYK 0.35 0.22 0 0.27
HSL 218.44º 0.31% 0.6% -
HSV(B) 218.44º 0.35% 0.73% -
XYZ 26.62 27.51 49.81 -
YUV 141.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 121 144 185 0.35 0.22 0 0.27 218.44 0.31 0.6
Hex 79 90 B9 23 16 0 1B DA 1F 3C
Octal 171 220 271 43 26 0 33 332 37 74
Binary 1111001 10010000 10111001 100011 10110 0 11011 11011010 11111 111100

Color Harmonies of #7990B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7990B9

Black with #7990B9

Text Example


Text Example

White with #7990B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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