#7988BB

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

Shades of Wild Blue Yonder #7988BB

Tints of Wild Blue Yonder #7988BB

Color information

#7988BB (or 0x7988BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 88 and BB. RGB value is (121,136,187). Sum of RGB (Red+Green+Blue) = 121+136+187=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #7988BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988BB is #867744. Grayscale: #898989. Windows color (decimal): -8812357 or 12290169. OLE color: 12290169.

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

Color convert

RGB121136187-
CMYK0.350.2700.27
HSL226.36º32.67%60.39%-
HSV(B)226.36º35.29%73.33%-
XYZ25.6625.2650.54-
YUV137.33156.03116.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.25%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=27.25%
G=30.63%
B=42.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211361870.350.2700.27226.3632.6760.39
Hex7988BB231B01Be2213c
Octal17121027343330333424174
Binary111100110001000101110111000111101101101111100010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7988BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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