#7786CD

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

Shades of Wild Blue Yonder #7786CD

Tints of Wild Blue Yonder #7786CD

Color information

#7786CD (or 0x7786CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 86 and CD. RGB value is (119,134,205). Sum of RGB (Red+Green+Blue) = 119+134+205=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #7786CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7786CD is #887932. Grayscale: #898989. Windows color (decimal): -8943923 or 13469303. OLE color: 13469303.

HSL color Cylindrical-coordinate representation of color #7786CD: hue angle of 229.53º 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 #7786CD is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119134205-
CMYK0.420.3500.20
HSL229.53º46.24%63.53%-
HSV(B)229.53º41.95%80.39%-
XYZ27.1525.3861.23-
YUV137.61166.03114.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.98%
GREEN value IS 134 (52.73% from 255) = 29.26%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=25.98%
G=29.26%
B=44.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191342050.420.3500.20229.5346.2463.53
Hex7786CD2A23014e62e40
Octal167206315524302434656100
Binary11101111000011011001101101010100011010100111001101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7786CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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