#7798C2

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

Shades of Wild Blue Yonder #7798C2

Tints of Wild Blue Yonder #7798C2

Color information

#7798C2 (or 0x7798C2) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 98 and C2. RGB value is (119,152,194). Sum of RGB (Red+Green+Blue) = 119+152+194=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #7798C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798C2 is #88673D. Grayscale: #929292. Windows color (decimal): -8939326 or 12753015. OLE color: 12753015.

HSL color Cylindrical-coordinate representation of color #7798C2: hue angle of 213.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7798C2 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB119152194-
CMYK0.390.2200.24
HSL213.6º38.07%61.37%-
HSV(B)213.6º38.66%76.08%-
XYZ28.5730.2755.38-
YUV146.92154.57108.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.59%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 194 (76.17% from 255) = 41.72%
R=25.59%
G=32.69%
B=41.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191521940.390.2200.24213.638.0761.37
Hex7798C22716018d6263d
Octal16723030247260303264675
Binary111011110011000110000101001111011001100011010110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7798C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7798C2; }

 p { color: rgb(119,152,194); }

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

<style>
 a { background-color: #7798C2; }

 a { background-color: rgb(119,152,194); }

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

<style>
 span { border-color: #7798C2; }

 span { border-color: rgb(119,152,194); }

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