#7998BD

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

Shades of Wild Blue Yonder #7998BD

Tints of Wild Blue Yonder #7998BD

Color information

#7998BD (or 0x7998BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 98 and BD. RGB value is (121,152,189). Sum of RGB (Red+Green+Blue) = 121+152+189=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #7998BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998BD is #866742. Grayscale: #929292. Windows color (decimal): -8808259 or 12425337. OLE color: 12425337.

HSL color Cylindrical-coordinate representation of color #7998BD: hue angle of 212.65º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7998BD is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121152189-
CMYK0.360.2000.26
HSL212.65º34%60.78%-
HSV(B)212.65º35.98%74.12%-
XYZ28.330.252.48-
YUV146.95151.73109.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.19%
GREEN value IS 152 (59.77% from 255) = 32.90%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=26.19%
G=32.90%
B=40.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211521890.360.2000.26212.653460.78
Hex7998BD241401Ad5223d
Octal17123027544240323254275
Binary111100110011000101111011001001010001101011010101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7998BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7998BD; }

 p { color: rgb(121,152,189); }

 H1.HeaderClassName
 {
   color: #7998BD;
 }
 .AnyTagClassName
 {
   color: #7998BD;
 }
</style>
background-color css

<style>
 a { background-color: #7998BD; }

 a { background-color: rgb(121,152,189); }

 div.DivClassName
 {
   background-color: #7998BD;
 }
 .BgClassName
 {
   background-color: #7998BD;
 }
</style>
border-color css

<style>
 span { border-color: #7998BD; }

 span { border-color: rgb(121,152,189); }

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