#7796CA

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

Shades of Wild Blue Yonder #7796CA

Tints of Wild Blue Yonder #7796CA

Color information

#7796CA (or 0x7796CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 96 and CA. RGB value is (119,150,202). Sum of RGB (Red+Green+Blue) = 119+150+202=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #7796CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796CA is #886935. Grayscale: #929292. Windows color (decimal): -8939830 or 13276791. OLE color: 13276791.

HSL color Cylindrical-coordinate representation of color #7796CA: hue angle of 217.59º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7796CA is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119150202-
CMYK0.410.2600.21
HSL217.59º43.92%62.94%-
HSV(B)217.59º41.09%79.22%-
XYZ29.173060.13-
YUV146.66159.23108.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.27%
GREEN value IS 150 (58.98% from 255) = 31.85%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=25.27%
G=31.85%
B=42.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191502020.410.2600.21217.5943.9262.94
Hex7796CA291A015da2c3f
Octal16722631251320253325477
Binary111011110010110110010101010011101001010111011010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7796CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,150,202); }

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

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

 a { background-color: rgb(119,150,202); }

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

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

 span { border-color: rgb(119,150,202); }

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