Html Css Color HEX #7991CE Wild Blue Yonder

📋 copy color: '#7991CE'

red 121 ◦ green 145 ◦ blue 206

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

Shades of Wild Blue Yonder #7991CE

Tints of Wild Blue Yonder #7991CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 25.64%
G = 30.72%
B = 43.64%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7991CE (or 0x7991CE) is known color: Wild Blue Yonder. HEX triplet: 79, 91 and CE. RGB value is (121,145,206). Sum of RGB (Red+Green+Blue) = 121+145+206=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #7991CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7991CE is #866E31. Grayscale: #909090. Windows color (decimal): -8810034 or 13537657. OLE color: 13537657.

HSL color Cylindrical-coordinate representation of color #7991CE: hue angle of 223.06º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7991CE is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 145 206 -
CMYK 0.41 0.30 0 0.19
HSL 223.06º 0.46% 0.64% -
HSV(B) 223.06º 0.41% 0.81% -
XYZ 29.15 28.77 62.41 -
YUV 144.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 121 145 206 0.41 0.30 0 0.19 223.06 0.46 0.64
Hex 79 91 CE 29 1E 0 13 DF 2E 40
Octal 171 221 316 51 36 0 23 337 56 100
Binary 1111001 10010001 11001110 101001 11110 0 10011 11011111 101110 1000000

Color Harmonies of #7991CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7991CE

Black with #7991CE

Text Example


Text Example

White with #7991CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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