#7794CD

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

Shades of Wild Blue Yonder #7794CD

Tints of Wild Blue Yonder #7794CD

Color information

#7794CD (or 0x7794CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 94 and CD. RGB value is (119,148,205). Sum of RGB (Red+Green+Blue) = 119+148+205=472 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.21% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #7794CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7794CD is #886B32. Grayscale: #919191. Windows color (decimal): -8940339 or 13472887. OLE color: 13472887.

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

Color convert

RGB119148205-
CMYK0.420.2800.20
HSL219.77º46.24%63.53%-
HSV(B)219.77º41.95%80.39%-
XYZ29.2229.5161.91-
YUV145.83161.39108.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.21%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=25.21%
G=31.36%
B=43.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191482050.420.2800.20219.7746.2463.53
Hex7794CD2A1C014dc2e40
Octal167224315523402433456100
Binary1110111100101001100110110101011100010100110111001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7794CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,148,205); }

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

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

 a { background-color: rgb(119,148,205); }

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

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

 span { border-color: rgb(119,148,205); }

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