#7998BC

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

Shades of Wild Blue Yonder #7998BC

Tints of Wild Blue Yonder #7998BC

Color information

#7998BC (or 0x7998BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 98 and BC. RGB value is (121,152,188). Sum of RGB (Red+Green+Blue) = 121+152+188=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #7998BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998BC is #866743. Grayscale: #929292. Windows color (decimal): -8808260 or 12359801. OLE color: 12359801.

HSL color Cylindrical-coordinate representation of color #7998BC: hue angle of 212.24º degrees, saturation: 0.33, 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 #7998BC is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121152188-
CMYK0.360.1900.26
HSL212.24º33.33%60.59%-
HSV(B)212.24º35.64%73.73%-
XYZ28.1930.1551.91-
YUV146.83151.23109.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.25%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=26.25%
G=32.97%
B=40.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211521880.360.1900.26212.2433.3360.59
Hex7998BC241301Ad4213d
Octal17123027444230323244175
Binary111100110011000101111001001001001101101011010100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7998BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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