Html Css Color HEX #7997BA Wild Blue Yonder

📋 copy color: '#7997BA'

red 121 ◦ green 151 ◦ blue 186

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

Shades of Wild Blue Yonder #7997BA

Tints of Wild Blue Yonder #7997BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.97%

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

R = 26.42%
G = 32.97%
B = 40.61%

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

#7997BA (or 0x7997BA) is known color: Wild Blue Yonder. HEX triplet: 79, 97 and BA. RGB value is (121,151,186). Sum of RGB (Red+Green+Blue) = 121+151+186=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #7997BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997BA is #866845. Grayscale: #919191. Windows color (decimal): -8808518 or 12228473. OLE color: 12228473.

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

Color convert

RGB 121 151 186 -
CMYK 0.35 0.19 0 0.27
HSL 212.31º 0.32% 0.6% -
HSV(B) 212.31º 0.35% 0.73% -
XYZ 27.81 29.74 50.73 -
YUV 146.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 121 151 186 0.35 0.19 0 0.27 212.31 0.32 0.6
Hex 79 97 BA 23 13 0 1B D4 20 3C
Octal 171 227 272 43 23 0 33 324 40 74
Binary 1111001 10010111 10111010 100011 10011 0 11011 11010100 100000 111100

Color Harmonies of #7997BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7997BA

Black with #7997BA

Text Example


Text Example

White with #7997BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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