#7997BA

Color #7997BA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7997BA

Tints of Wild Blue Yonder #7997BA

Color information

#7997BA (or 0x7997BA) is unknown color: approx 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

RGB121151186-
CMYK0.350.1900.27
HSL212.31º32.02%60.2%-
HSV(B)212.31º34.95%72.94%-
XYZ27.8129.7450.73-
YUV146.02150.56110.15-

RGB Variations

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

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 (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211511860.350.1900.27212.3132.0260.2
Hex7997BA231301Bd4203c
Octal17122727243230333244074
Binary111100110010111101110101000111001101101111010100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7997BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>