Html Css Color HEX #7990C2 Wild Blue Yonder

📋 copy color: '#7990C2'

red 121 ◦ green 144 ◦ blue 194

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

Shades of Wild Blue Yonder #7990C2

Tints of Wild Blue Yonder #7990C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.27%

R = 26.36%
G = 31.37%
B = 42.27%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7990C2 (or 0x7990C2) is known color: Wild Blue Yonder. HEX triplet: 79, 90 and C2. RGB value is (121,144,194). Sum of RGB (Red+Green+Blue) = 121+144+194=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 194 - color contains mainly: blue. Hex color #7990C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990C2 is #866F3D. Grayscale: #8E8E8E. Windows color (decimal): -8810302 or 12750969. OLE color: 12750969.

HSL color Cylindrical-coordinate representation of color #7990C2: hue angle of 221.1º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7990C2 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 144 194 -
CMYK 0.38 0.26 0 0.24
HSL 221.1º 0.37% 0.62% -
HSV(B) 221.1º 0.38% 0.76% -
XYZ 27.6 27.91 54.97 -
YUV 142.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 121 144 194 0.38 0.26 0 0.24 221.1 0.37 0.62
Hex 79 90 C2 26 1A 0 18 DD 25 3E
Octal 171 220 302 46 32 0 30 335 45 76
Binary 1111001 10010000 11000010 100110 11010 0 11000 11011101 100101 111110

Color Harmonies of #7990C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7990C2

Black with #7990C2

Text Example


Text Example

White with #7990C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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