#7786CA

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

Shades of Wild Blue Yonder #7786CA

Tints of Wild Blue Yonder #7786CA

Color information

#7786CA (or 0x7786CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 86 and CA. RGB value is (119,134,202). Sum of RGB (Red+Green+Blue) = 119+134+202=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #7786CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7786CA is #887935. Grayscale: #888888. Windows color (decimal): -8943926 or 13272695. OLE color: 13272695.

HSL color Cylindrical-coordinate representation of color #7786CA: hue angle of 229.16º 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 #7786CA is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119134202-
CMYK0.410.3400.21
HSL229.16º43.92%62.94%-
HSV(B)229.16º41.09%79.22%-
XYZ26.7925.2459.34-
YUV137.27164.53114.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 134 (52.73% from 255) = 29.45%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=26.15%
G=29.45%
B=44.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191342020.410.3400.21229.1643.9262.94
Hex7786CA2922015e52c3f
Octal16720631251420253455477
Binary1110111100001101100101010100110001001010111100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7786CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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