#7988CF

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

Shades of Wild Blue Yonder #7988CF

Tints of Wild Blue Yonder #7988CF

Color information

#7988CF (or 0x7988CF) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 88 and CF. RGB value is (121,136,207). Sum of RGB (Red+Green+Blue) = 121+136+207=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #7988CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988CF is #867730. Grayscale: #8B8B8B. Windows color (decimal): -8812337 or 13600889. OLE color: 13600889.

HSL color Cylindrical-coordinate representation of color #7988CF: hue angle of 229.53º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7988CF is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121136207-
CMYK0.420.3400.19
HSL229.53º47.25%64.31%-
HSV(B)229.53º41.55%81.18%-
XYZ27.9526.1862.61-
YUV139.61166.03114.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.08%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 207 (81.25% from 255) = 44.61%
R=26.08%
G=29.31%
B=44.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211362070.420.3400.19229.5347.2564.31
Hex7988CF2A22013e62f40
Octal171210317524202334657100
Binary11110011000100011001111101010100010010011111001101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7988CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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