Html Css Color HEX #7996BA Wild Blue Yonder

📋 copy color: '#7996BA'

red 121 ◦ green 150 ◦ blue 186

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

Shades of Wild Blue Yonder #7996BA

Tints of Wild Blue Yonder #7996BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 26.48%
G = 32.82%
B = 40.7%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7996BA (or 0x7996BA) is known color: Wild Blue Yonder. HEX triplet: 79, 96 and BA. RGB value is (121,150,186). Sum of RGB (Red+Green+Blue) = 121+150+186=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #7996BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996BA is #866945. Grayscale: #919191. Windows color (decimal): -8808774 or 12228217. OLE color: 12228217.

HSL color Cylindrical-coordinate representation of color #7996BA: hue angle of 213.23º degrees, saturation: 0.32, 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 #7996BA is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 150 186 -
CMYK 0.35 0.19 0 0.27
HSL 213.23º 0.32% 0.6% -
HSV(B) 213.23º 0.35% 0.73% -
XYZ 27.65 29.42 50.68 -
YUV 145.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 121 150 186 0.35 0.19 0 0.27 213.23 0.32 0.6
Hex 79 96 BA 23 13 0 1B D5 20 3C
Octal 171 226 272 43 23 0 33 325 40 74
Binary 1111001 10010110 10111010 100011 10011 0 11011 11010101 100000 111100

Color Harmonies of #7996BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7996BA

Black with #7996BA

Text Example


Text Example

White with #7996BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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