#7785C0

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

Shades of Wild Blue Yonder #7785C0

Tints of Wild Blue Yonder #7785C0

Color information

#7785C0 (or 0x7785C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 85 and C0. RGB value is (119,133,192). Sum of RGB (Red+Green+Blue) = 119+133+192=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #7785C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7785C0 is #887A3F. Grayscale: #878787. Windows color (decimal): -8944192 or 12617079. OLE color: 12617079.

HSL color Cylindrical-coordinate representation of color #7785C0: hue angle of 228.49º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7785C0 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119133192-
CMYK0.380.3100.25
HSL228.49º36.68%60.98%-
HSV(B)228.49º38.02%75.29%-
XYZ25.5124.553.25-
YUV135.54159.86116.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.80%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 192 (75.39% from 255) = 43.24%
R=26.80%
G=29.95%
B=43.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191331920.380.3100.25228.4936.6860.98
Hex7785C0261F019e4253d
Octal16720530046370313444575
Binary111011110000101110000001001101111101100111100100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7785C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7785C0; }

 p { color: rgb(119,133,192); }

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

<style>
 a { background-color: #7785C0; }

 a { background-color: rgb(119,133,192); }

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

<style>
 span { border-color: #7785C0; }

 span { border-color: rgb(119,133,192); }

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