#798CCC

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

Shades of Wild Blue Yonder #798CCC

Tints of Wild Blue Yonder #798CCC

Color information

#798CCC (or 0x798CCC) is unknown color: approx Wild Blue Yonder. HEX triplet: 79, 8C and CC. RGB value is (121,140,204). Sum of RGB (Red+Green+Blue) = 121+140+204=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #798CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798CCC is #867333. Grayscale: #8D8D8D. Windows color (decimal): -8811316 or 13405305. OLE color: 13405305.

HSL color Cylindrical-coordinate representation of color #798CCC: hue angle of 226.27º degrees, saturation: 0.45, 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 #798CCC is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121140204-
CMYK0.410.3100.2
HSL226.27º44.86%63.73%-
HSV(B)226.27º40.69%80%-
XYZ28.1627.1860.89-
YUV141.62163.21113.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.02%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 204 (80.08% from 255) = 43.87%
R=26.02%
G=30.11%
B=43.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211402040.410.3100.2226.2744.8663.73
Hex798CCC291F014e22d40
Octal171214314513702434255100
Binary1111001100011001100110010100111111010100111000101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798CCC; }

 p { color: rgb(121,140,204); }

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

<style>
 a { background-color: #798CCC; }

 a { background-color: rgb(121,140,204); }

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

<style>
 span { border-color: #798CCC; }

 span { border-color: rgb(121,140,204); }

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