#7988CA

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

Shades of Wild Blue Yonder #7988CA

Tints of Wild Blue Yonder #7988CA

Color information

#7988CA (or 0x7988CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 88 and CA. RGB value is (121,136,202). Sum of RGB (Red+Green+Blue) = 121+136+202=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #7988CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7988CA is #867735. Grayscale: #8A8A8A. Windows color (decimal): -8812342 or 13273209. OLE color: 13273209.

HSL color Cylindrical-coordinate representation of color #7988CA: hue angle of 228.89º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7988CA is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB121136202-
CMYK0.400.3300.21
HSL228.89º43.32%63.33%-
HSV(B)228.89º40.1%79.22%-
XYZ27.3525.9459.44-
YUV139.04163.53115.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.36%
GREEN value IS 136 (53.52% from 255) = 29.63%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=26.36%
G=29.63%
B=44.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211362020.400.3300.21228.8943.3263.33
Hex7988CA2821015e52b3f
Octal17121031250410253455377
Binary1111001100010001100101010100010000101010111100101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7988CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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