Html Css Color HEX #7996BE Wild Blue Yonder

📋 copy color: '#7996BE'

red 121 ◦ green 150 ◦ blue 190

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

Shades of Wild Blue Yonder #7996BE

Tints of Wild Blue Yonder #7996BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.54%

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 26.25%
G = 32.54%
B = 41.21%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7996BE (or 0x7996BE) is known color: Wild Blue Yonder. HEX triplet: 79, 96 and BE. RGB value is (121,150,190). Sum of RGB (Red+Green+Blue) = 121+150+190=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #7996BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996BE is #866941. Grayscale: #919191. Windows color (decimal): -8808770 or 12490361. OLE color: 12490361.

HSL color Cylindrical-coordinate representation of color #7996BE: hue angle of 214.78º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7996BE is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 150 190 -
CMYK 0.36 0.21 0 0.25
HSL 214.78º 0.35% 0.61% -
HSV(B) 214.78º 0.36% 0.75% -
XYZ 28.09 29.6 52.95 -
YUV 145.89 152.89 110.25 -
System Red Green Blue C M Y K H S L
Decimal 121 150 190 0.36 0.21 0 0.25 214.78 0.35 0.61
Hex 79 96 BE 24 15 0 19 D7 23 3D
Octal 171 226 276 44 25 0 31 327 43 75
Binary 1111001 10010110 10111110 100100 10101 0 11001 11010111 100011 111101

Color Harmonies of #7996BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7996BE

Black with #7996BE

Text Example


Text Example

White with #7996BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7996BE; }

 p { color: rgb(121,150,190); }

 H1.HeaderClassName
 {
   color: #7996BE;
 }
 .AnyTagClassName
 {
   color: #7996BE;
 }
</style>

background-color css

<style>
 a { background-color: #7996BE; }

 a { background-color: rgb(121,150,190); }

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

border-color css

<style>
 span { border-color: #7996BE; }

 span { border-color: rgb(121,150,190); }

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