Html Css Color HEX #7990BC Wild Blue Yonder

📋 copy color: '#7990BC'

red 121 ◦ green 144 ◦ blue 188

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

Shades of Wild Blue Yonder #7990BC

Tints of Wild Blue Yonder #7990BC

RGB

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

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

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

R = 26.71%
G = 31.79%
B = 41.5%

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

#7990BC (or 0x7990BC) is known color: Wild Blue Yonder. HEX triplet: 79, 90 and BC. RGB value is (121,144,188). Sum of RGB (Red+Green+Blue) = 121+144+188=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #7990BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990BC is #866F43. Grayscale: #8D8D8D. Windows color (decimal): -8810308 or 12357753. OLE color: 12357753.

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

Color convert

RGB 121 144 188 -
CMYK 0.36 0.23 0 0.26
HSL 219.4º 0.33% 0.61% -
HSV(B) 219.4º 0.36% 0.74% -
XYZ 26.94 27.64 51.49 -
YUV 142.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 121 144 188 0.36 0.23 0 0.26 219.4 0.33 0.61
Hex 79 90 BC 24 17 0 1A DB 21 3D
Octal 171 220 274 44 27 0 32 333 41 75
Binary 1111001 10010000 10111100 100100 10111 0 11010 11011011 100001 111101

Color Harmonies of #7990BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7990BC

Black with #7990BC

Text Example


Text Example

White with #7990BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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