#7988CD

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

Shades of Wild Blue Yonder #7988CD

Tints of Wild Blue Yonder #7988CD

Color information

#7988CD (or 0x7988CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 88 and CD. RGB value is (121,136,205). Sum of RGB (Red+Green+Blue) = 121+136+205=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #7988CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988CD is #867732. Grayscale: #8B8B8B. Windows color (decimal): -8812339 or 13469817. OLE color: 13469817.

HSL color Cylindrical-coordinate representation of color #7988CD: hue angle of 229.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7988CD is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121136205-
CMYK0.410.3400.20
HSL229.29º45.65%63.92%-
HSV(B)229.29º40.98%80.39%-
XYZ27.7126.0861.33-
YUV139.38165.03114.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.19%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=26.19%
G=29.44%
B=44.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211362050.410.3400.20229.2945.6563.92
Hex7988CD2922014e52e40
Octal171210315514202434556100
Binary11110011000100011001101101001100010010100111001011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7988CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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