Html Css Color HEX #7997BB Wild Blue Yonder

📋 copy color: '#7997BB'

red 121 ◦ green 151 ◦ blue 187

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

Shades of Wild Blue Yonder #7997BB

Tints of Wild Blue Yonder #7997BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 26.36%
G = 32.9%
B = 40.74%

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

#7997BB (or 0x7997BB) is known color: Wild Blue Yonder. HEX triplet: 79, 97 and BB. RGB value is (121,151,187). Sum of RGB (Red+Green+Blue) = 121+151+187=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #7997BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7997BB is #866844. Grayscale: #919191. Windows color (decimal): -8808517 or 12294009. OLE color: 12294009.

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

Color convert

RGB 121 151 187 -
CMYK 0.35 0.19 0 0.27
HSL 212.73º 0.33% 0.6% -
HSV(B) 212.73º 0.35% 0.73% -
XYZ 27.92 29.79 51.29 -
YUV 146.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 121 151 187 0.35 0.19 0 0.27 212.73 0.33 0.6
Hex 79 97 BB 23 13 0 1B D5 21 3C
Octal 171 227 273 43 23 0 33 325 41 74
Binary 1111001 10010111 10111011 100011 10011 0 11011 11010101 100001 111100

Color Harmonies of #7997BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7997BB

Black with #7997BB

Text Example


Text Example

White with #7997BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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